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 | 10110110111111010100000010110110111111010100000001000010 | b6fd40b6fd4042 |
SJIS-WIN | ¶?@¶?@B | 100000011111011100111111010000001000000111110111001111110100000001000010 | 81f73f4081f73f4042 |
EUC-JP | ¶ý@¶ý@B | 10100010111110011000111110101011111100100100000010100010111110011000111110101011111100100100000001000010 | a2f98fabf240a2f98fabf24042 |
UTF-8 | ¶ý@¶ý@B | 1100001010110110110000111011110101000000110000101011011011000011101111010100000001000010 | c2b6c3bd40c2b6c3bd4042 |
UHC | ¶?@¶?@B | 101000101101001000111111010000001010001011010010001111110100000001000010 | a2d23f40a2d23f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)