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 | 1011000110110010110100111010110101000010 | b1b2d3ad42 |
SJIS-WIN | ±???B | 100000010111110100111111001111110011111101000010 | 817d3f3f3f42 |
EUC-JP | ±?Ó?B | 1010000111011110001111111000111110101010110100010011111101000010 | a1de3f8faad13f42 |
UTF-8 | ±²ÓB | 110000101011000111000010101100101100001110010011110000101010110101000010 | c2b1c2b2c393c2ad42 |
UHC | ±²?B | 1010000110111110101010011111011100111111101000011010100101000010 | a1bea9f73fa1a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)