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 | 蘚禪 | 11100101011001001110001001010111 | e564e257 |
EUC-JP | 蘚禪 | 11101001110001011110001110111000 | e9c5e3b8 |
UTF-8 | 蘚禪 | 111010001001100010011010111001111010011010101010 | e8989ae7a6aa |
UHC | 蘚禪 | 11100000110100001110000011001001 | e0d0e0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)