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 | 1110111111101000100011101011001101101000 | efe88eb368 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | ïè??h | 100011111010101111000001100011111010101110110010001111110011111101101000 | 8fabc18fabb23f3f68 |
UTF-8 | ïè³h | 110000111010111111000011101010001100001010001110110000101011001101101000 | c3afc3a8c28ec2b368 |
UHC | ???³h | 001111110011111100111111101010011111100001101000 | 3f3f3fa9f868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)