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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 螳肴搏@h | 1110010110101110100011011110011010011101100100110100000001101000 | e5ae8de69d934068 |
EUC-JP | 螳肴搏@h | 1110101010110000101110101110100011011001111100110100000001101000 | eab0bae8d9f34068 |
UTF-8 | 螳肴搏@h | 1110100010011110101100111110100010000010101101001110011010010000100011110100000001101000 | e89eb3e882b4e6908f4068 |
UHC | 螳肴搏@h | 1101001111011001111111011010001011011010110100010100000001101000 | d3d9fda2dad14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)