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 | 鄒晄& | 111001111011111010011101111001101000000110010101 | e7be9de68195 |
EUC-JP | 鄒晄& | 111011101100000011011010111010001010000111110101 | eec0dae8a1f5 |
UTF-8 | 鄒晄& | 111010011000010010010010111001101001100110000100111011111011110010000110 | e98492e69984efbc86 |
UHC | 鄒晄& | 111101011101101111111100110011011010001110100110 | f5dbfccda3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)