To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 篠煬 | 10001110110000101110000010001100 | 8ec2e08c |
EUC-JP | 篠煬 | 10111100110001001101111111101100 | bcc4dfec |
UTF-8 | 篠煬 | 111001111010111110100000111001111000010110101100 | e7afa0e785ac |
UHC | 篠煬 | 11100001110001101110010111001001 | e1c6e5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)