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 | øá×® | 11111000111000011101011110101110 | f8e1d7ae |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | øá×® | 1000111110101001110011001000111110101011101000011010000111011111100011111010001011101110 | 8fa9cc8faba1a1df8fa2ee |
UTF-8 | øá×® | 1100001110111000110000111010000111000011100101111100001010101110 | c3b8c3a1c397c2ae |
UHC | ø?×® | 10101001101010100011111110100001101111111010001011100111 | a9aa3fa1bfa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)