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 | 鉗伉燉 | 111001111110011110011000110000101110000010010111 | e7e798c2e097 |
EUC-JP | 鉗伉燉 | 111011101110100111010000110001001101111111110111 | eee9d0c4dff7 |
UTF-8 | 鉗伉燉 | 111010011000100110010111111001001011110010001001111001111000011110001001 | e98997e4bc89e78789 |
UHC | 鉗伉燉 | 110011001100011011111001111100101101010011001001 | ccc6f9f2d4c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)