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 | 111100011111111010001110101000110100000001000010 | f1fe8ea34042 |
SJIS-WIN | ???£@B | 00111111001111110011111110000001100100100100000001000010 | 3f3f3f81924042 |
EUC-JP | ñþ?£@B | 1000111110101011110100001000111110101001110100000011111110100001111100100100000001000010 | 8fabd08fa9d03fa1f24042 |
UTF-8 | ñþ£@B | 11000011101100011100001110111110110000101000111011000010101000110100000001000010 | c3b1c3bec28ec2a34042 |
UHC | ?þ??@B | 00111111101010011010110100111111001111110100000001000010 | 3fa9ad3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)