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 | ñë¿ïà³ | 1111000111101011100011101011111111101111111000001000111010110011 | f1eb8ebfefe08eb3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñë?¿ïà?? | 100011111010101111010000100011111010101110110011001111111000111110100010110001001000111110101011110000011000111110101011101000100011111100111111 | 8fabd08fabb33f8fa2c48fabc18faba23f3f |
UTF-8 | ñë¿ïà³ | 11000011101100011100001110101011110000101000111011000010101111111100001110101111110000111010000011000010100011101100001010110011 | c3b1c3abc28ec2bfc3afc3a0c28ec2b3 |
UHC | ???¿???³ | 00111111001111110011111110100010101011110011111100111111001111111010100111111000 | 3f3f3fa2af3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)