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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 隆覽 | 10010111101100101110011001010100 | 97b2e654 |
EUC-JP | 隆覽 | 11001110101101001110101110110101 | ceb4ebb5 |
UTF-8 | 隆覽 | 111010011001101010000110111010001010011010111101 | e99a86e8a6bd |
UHC | 隆覽 | 11010111110011001101010111000010 | d7ccd5c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)