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 | ????A@h | 00111111001111110011111100111111010000010100000001101000 | 3f3f3f3f414068 |
SJIS-WIN | 瓮?製?A@h | 111000010100010000111111100100001011101100111111010000010100000001101000 | e1443f90bb3f414068 |
EUC-JP | 瓮?製?A@h | 111000011010010100111111110000001011110100111111010000010100000001101000 | e1a53fc0bd3f414068 |
UTF-8 | 瓮렣製렲A@h | 111001111001001110101110111010111010000010100011111010001010001110111101111010111010000010110010010000010100000001101000 | e793aeeba0a3e8a3bdeba0b2414068 |
UHC | 瓮렣製렲A@h | 1110100010110111100011101011010011110000101100101000111010111111010000010100000001101000 | e8b78eb4f0b28ebf414068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)