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 | ÷æóÛðÀ | 111101111110011011110011110110111111000011000000 | f7e6f3dbf0c0 |
SJIS-WIN | ÷????? | 10000001100000000011111100111111001111110011111100111111 | 81803f3f3f3f3f |
EUC-JP | ÷æóÛðÀ | 1010000111100000100011111010100111000001100011111010101111010001100011111010101011100101100011111010100111000011100011111010101010100010 | a1e08fa9c18fabd18faae58fa9c38faaa2 |
UTF-8 | ÷æóÛðÀ | 110000111011011111000011101001101100001110110011110000111001101111000011101100001100001110000000 | c3b7c3a6c3b3c39bc3b0c380 |
UHC | ÷æ??ð? | 101000011100000010101001101000010011111100111111101010011010001100111111 | a1c0a9a13f3fa9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)