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 | 1110010011101110100011101011110101000101 | e4ee8ebd45 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | äî??E | 100011111010101110100011100011111010101111000010001111110011111101000101 | 8faba38fabc23f3f45 |
UTF-8 | äî½E | 110000111010010011000011101011101100001010001110110000101011110101000101 | c3a4c3aec28ec2bd45 |
UHC | ???½E | 001111110011111100111111101010001111011001000101 | 3f3f3fa8f645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)