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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鄒嘲鄒嘴^ | 111001111011111010011010011111011110011110111110100110100111101101011110 | e7be9a7de7be9a7b5e |
EUC-JP | 鄒嘲鄒嘴^ | 111011101100000011010011110111101110111011000000110100111101110001011110 | eec0d3deeec0d3dc5e |
UTF-8 | 鄒嘲鄒嘴^ | 11101001100001001001001011100101100110001011001011101001100001001001001011100101100110001011010001011110 | e98492e598b2e98492e598b45e |
UHC | 鄒嘲鄒嘴^ | 111101011101101111110000101111111111010111011011111101101010010001011110 | f5dbf0bff5dbf6a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)