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 | 崇傘 | 10010000100100101000111001010000 | 90928e50 |
EUC-JP | 崇傘 | 10111111111100101011101110110001 | bff2bbb1 |
UTF-8 | 崇傘 | 111001011011010010000111111001011000001010011000 | e5b487e58298 |
UHC | 崇傘 | 11100010111111011101111110100001 | e2fddfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)