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 | 諧k察 | 111001100111111010000010100010111000111001000000 | e67e828b8e40 |
EUC-JP | 諧k察 | 111010111101111110100011111010111011101110100001 | ebdfa3ebbba1 |
UTF-8 | 諧k察 | 111010001010101110100111111011111011110110001011111001011010111110011111 | e8aba7efbd8be5af9f |
UHC | 諧k察 | 111110101011001010100011111010111111001111001100 | fab2a3ebf3cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)