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 | ÷þá½ | 11110111111111101110000110111101 | f7fee1bd |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷þá? | 101000011110000010001111101010011101000010001111101010111010000100111111 | a1e08fa9d08faba13f |
UTF-8 | ÷þá½ | 1100001110110111110000111011111011000011101000011100001010111101 | c3b7c3bec3a1c2bd |
UHC | ÷þ?½ | 10100001110000001010100110101101001111111010100011110110 | a1c0a9ad3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)