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 | 鄒晄耳 | 111001111011111010011101111001101000111010101000 | e7be9de68ea8 |
EUC-JP | 鄒晄耳 | 111011101100000011011010111010001011110010101010 | eec0dae8bcaa |
UTF-8 | 鄒晄耳 | 111010011000010010010010111001101001100110000100111010001000000010110011 | e98492e69984e880b3 |
UHC | 鄒晄耳 | 111101011101101111111100110011011110110010111100 | f5dbfccdecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)