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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鶯鶯^ | 111010011111001011110110110101001110100111110010111101101101010001011110 | e9f2f6d4e9f2f6d45e |
EUC-JP | 鶯?鶯?^ | 11110010111101000011111111110010111101000011111101011110 | f2f43ff2f43f5e |
UTF-8 | 鶯鶯^ | 11101001101101101010111111101110100100111011101111101001101101101010111111101110100100111011101101011110 | e9b6afee93bbe9b6afee93bb5e |
UHC | 鶯?鶯?^ | 11100101101000110011111111100101101000110011111101011110 | e5a33fe5a33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)