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 | 111011101010000110001110101011010100000001101000 | eea18ead4068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | î¡??@h | 10001111101010111100001010001111101000101100001000111111001111110100000001101000 | 8fabc28fa2c23f3f4068 |
UTF-8 | î¡@h | 11000011101011101100001010100001110000101000111011000010101011010100000001101000 | c3aec2a1c28ec2ad4068 |
UHC | ?¡?@h | 0011111110100010101011100011111110100001101010010100000001101000 | 3fa2ae3fa1a94068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)