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 | êê¼E | 1110101011101010100011101011110001000101 | eaea8ebc45 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | êê??E | 100011111010101110110100100011111010101110110100001111110011111101000101 | 8fabb48fabb43f3f45 |
UTF-8 | êê¼E | 110000111010101011000011101010101100001010001110110000101011110001000101 | c3aac3aac28ec2bc45 |
UHC | ???¼E | 001111110011111100111111101010001111100101000101 | 3f3f3fa8f945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)