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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 舌楔舌楔B | 100100001110001110011110101101101001000011100011100111101011011001000010 | 90e39eb690e39eb642 |
EUC-JP | 舌楔舌楔B | 110000001110010111011100101110001100000011100101110111001011100001000010 | c0e5dcb8c0e5dcb842 |
UTF-8 | 舌楔舌楔B | 11101000100010001000110011100110101001011001010011101000100010001000110011100110101001011001010001000010 | e8888ce6a594e8888ce6a59442 |
UHC | 舌楔舌楔B | 111000001101111111100000110110111110000011011111111000001101101101000010 | e0dfe0dbe0dfe0db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)