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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鶯?ザ鶯??^ | 11101001111100100011111110000011010101011110100111110010001111110011111101011110 | e9f23f8355e9f23f3f5e |
EUC-JP | 鶯?ザ鶯??^ | 11110010111101000011111110100101101101101111001011110100001111110011111101011110 | f2f43fa5b6f2f43f3f5e |
UTF-8 | 鶯볢ザ鶯볞퍢^ | 11101001101101101010111111101011101100111010001011100011100000101011011011101001101101101010111111101011101100111001111011101101100011011010001001011110 | e9b6afebb3a2e382b6e9b6afebb39eed8da25e |
UHC | 鶯볢ザ鶯볞퍢^ | 11100101101000111001001111101000101010111011011011100101101000111001001111100100101110111001100101011110 | e5a393e8abb6e5a393e4bb995e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)