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 | 111011101010111010001110101101010100000001101000 | eeae8eb54068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | î®??@h | 10001111101010111100001010001111101000101110111000111111001111110100000001101000 | 8fabc28fa2ee3f3f4068 |
UTF-8 | @h | 11000011101011101100001010101110110000101000111011000010101101010100000001101000 | c3aec2aec28ec2b54068 |
UHC | ?®??@h | 00111111101000101110011100111111001111110100000001101000 | 3fa2e73f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)