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 | 爐滔爐滔^ | 111000001010001010011111111010111110000010100010100111111110101101011110 | e0a29febe0a29feb5e |
EUC-JP | 爐滔爐滔^ | 111000001010010011011110111011011110000010100100110111101110110101011110 | e0a4deede0a4deed5e |
UTF-8 | 爐滔爐滔^ | 11100111100010001001000011100110101110111001010011100111100010001001000011100110101110111001010001011110 | e78890e6bb94e78890e6bb945e |
UHC | 爐滔爐滔^ | 110101101101001111010100101001011101011011010011110101001010010101011110 | d6d3d4a5d6d3d4a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)