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 | 鶯?諡 | 1110100111110010001111111110011010001011 | e9f23fe68b |
EUC-JP | 鶯?諡 | 1111001011110100001111111110101111101011 | f2f43febeb |
UTF-8 | 鶯룈諡 | 111010011011011010101111111010111010001110001000111010001010101110100001 | e9b6afeba388e8aba1 |
UHC | 鶯룈諡 | 111001011010001110001111100001111110001111001101 | e5a38f87e3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)