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 | ïò¿g\ | 111011111111001010001110101111110110011101011100 | eff28ebf675c |
SJIS-WIN | ????g\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
EUC-JP | ïò?¿g\ | 100011111010101111000001100011111010101111010010001111111000111110100010110001000110011101011100 | 8fabc18fabd23f8fa2c4675c |
UTF-8 | ïò¿g\ | 11000011101011111100001110110010110000101000111011000010101111110110011101011100 | c3afc3b2c28ec2bf675c |
UHC | ???¿g\ | 00111111001111110011111110100010101011110110011101011100 | 3f3f3fa2af675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)