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 | ïò¡@B | 111011111111001010001110101000010100000001000010 | eff28ea14042 |
SJIS-WIN | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
EUC-JP | ïò?¡@B | 100011111010101111000001100011111010101111010010001111111000111110100010110000100100000001000010 | 8fabc18fabd23f8fa2c24042 |
UTF-8 | ïò¡@B | 11000011101011111100001110110010110000101000111011000010101000010100000001000010 | c3afc3b2c28ec2a14042 |
UHC | ???¡@B | 00111111001111110011111110100010101011100100000001000010 | 3f3f3fa2ae4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)