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 | 帥禪 | 10010000100000111110001001010111 | 9083e257 |
EUC-JP | 帥禪 | 10111111111000111110001110111000 | bfe3e3b8 |
UTF-8 | 帥禪 | 111001011011100010100101111001111010011010101010 | e5b8a5e7a6aa |
UHC | 帥禪 | 11100001111111011110000011001001 | e1fde0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)