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 | ´°@h | 10110100101100000100000001101000 | b4b04068 |
SJIS-WIN | ´°@h | 100000010100110010000001100010110100000001101000 | 814c818b4068 |
EUC-JP | ´°@h | 101000011010110110100001111010110100000001101000 | a1ada1eb4068 |
UTF-8 | ´°@h | 110000101011010011000010101100000100000001101000 | c2b4c2b04068 |
UHC | ´°@h | 101000101010010110100001110001100100000001101000 | a2a5a1c64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)