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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 閠檎明^ | 11101000100000001000110011100111100101101011111001011110 | e8808ce796be5e |
EUC-JP | 閠檎明^ | 11101111111000001011100011101001110011001100000001011110 | efe0b8e9ccc05e |
UTF-8 | 閠檎明^ | 11101001100101101010000011100110101010101000111011100110100110001000111001011110 | e996a0e6aa8ee6988e5e |
UHC | ?檎明^ | 001111111101000011010101110110011010010101011110 | 3fd0d5d9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)