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 | 111100011110101110001110101111110111110101000010 | f1eb8ebf7d42 |
SJIS-WIN | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
EUC-JP | ñë?¿}B | 100011111010101111010000100011111010101110110011001111111000111110100010110001000111110101000010 | 8fabd08fabb33f8fa2c47d42 |
UTF-8 | ñë¿}B | 11000011101100011100001110101011110000101000111011000010101111110111110101000010 | c3b1c3abc28ec2bf7d42 |
UHC | ???¿}B | 00111111001111110011111110100010101011110111110101000010 | 3f3f3fa2af7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)