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 | 鉉櫃蒹 | 111001111110100110011111010000111110010011100011 | e7e99f43e4e3 |
EUC-JP | 鉉櫃蒹 | 111011101110101111011101101001001110100011100101 | eeebdda4e8e5 |
UTF-8 | 鉉櫃蒹 | 111010011000100110001001111001101010101110000011111010001001001010111001 | e98989e6ab83e892b9 |
UHC | 鉉櫃? | 1111101011101000110011111111011000111111 | fae8cff63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)