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 | öÔö½P | 1111011011010100111101101011110101010000 | f6d4f6bd50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | öÔö?P | 1000111110101011110100111000111110101010110101001000111110101011110100110011111101010000 | 8fabd38faad48fabd33f50 |
UTF-8 | öÔö½P | 110000111011011011000011100101001100001110110110110000101011110101010000 | c3b6c394c3b6c2bd50 |
UHC | ???½P | 001111110011111100111111101010001111011001010000 | 3f3f3fa8f650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)