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 | 臣諄 | 10010000011000101110011001111000 | 9062e678 |
EUC-JP | 臣諄 | 10111111110000111110101111011001 | bfc3ebd9 |
UTF-8 | 臣諄 | 111010001000011110100011111010001010101110000100 | e887a3e8ab84 |
UHC | 臣諄 | 11100011111011011110001011110100 | e3ede2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)