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 | 煽??嗽^ | 10010000111110000011111100111111100110100111010101011110 | 90f83f3f9a755e |
EUC-JP | 煽??嗽^ | 11000000111110100011111100111111110100111101011001011110 | c0fa3f3fd3d65e |
UTF-8 | 煽稶年嗽^ | 11100111100001011011110111100111101010001011011011101111101001101000111011100101100101111011110101011110 | e785bde7a8b6efa68ee597bd5e |
UHC | 煽稶年嗽^ | 111000001100001111101001111100111110011011000100111000011111010101011110 | e0c3e9f3e6c4e1f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)