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 | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 豌@豌@B | 11100110101100000100000011100110101100000100000001000010 | e6b040e6b04042 |
EUC-JP | 豌@豌@B | 11101100101100100100000011101100101100100100000001000010 | ecb240ecb24042 |
UTF-8 | 豌@豌@B | 111010001011000110001100010000001110100010110001100011000100000001000010 | e8b18c40e8b18c4042 |
UHC | 豌@豌@B | 11101000110101010100000011101000110101010100000001000010 | e8d540e8d54042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)