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 | ¶ÄE¶ÄEB | 10110110110001000100010110110110110001000100010101000010 | b6c445b6c44542 |
SJIS-WIN | ¶?E¶?EB | 100000011111011100111111010001011000000111110111001111110100010101000010 | 81f73f4581f73f4542 |
EUC-JP | ¶ÄE¶ÄEB | 10100010111110011000111110101010101000110100010110100010111110011000111110101010101000110100010101000010 | a2f98faaa345a2f98faaa34542 |
UTF-8 | ¶ÄE¶ÄEB | 1100001010110110110000111000010001000101110000101011011011000011100001000100010101000010 | c2b6c38445c2b6c3844542 |
UHC | ¶?E¶?EB | 101000101101001000111111010001011010001011010010001111110100010101000010 | a2d23f45a2d23f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)