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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 珥②? | 1110000011100000100001110100000100111111 | e0e087413f |
EUC-JP | 珥?? | 11100000111000100011111100111111 | e0e23f3f |
UTF-8 | 珥②킇 | 111001111000111110100101111000101001000110100001111011011000001010000111 | e78fa5e291a1ed8287 |
UHC | 珥②킇 | 111011001011010010101000111010001011010010010011 | ecb4a8e8b493 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)