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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄒晄ぁ縺 | 1110011110111110100111011110011010000010100111111110001110000001 | e7be9de6829fe381 |
EUC-JP | 鄒晄ぁ縺 | 1110111011000000110110101110100010100100101000011110010111100001 | eec0dae8a4a1e5e1 |
UTF-8 | 鄒晄ぁ縺 | 111010011000010010010010111001101001100110000100111000111000000110000001111001111011100010111010 | e98492e69984e38181e7b8ba |
UHC | 鄒晄ぁ? | 11110101110110111111110011001101101010101010000100111111 | f5dbfccdaaa13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)