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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 頂經??瓦 | 1001001010111000111000110101001100111111001111111000101010100010 | 92b8e3533f3f8aa2 |
EUC-JP | 頂經??瓦 | 1100010010111010111001011011010000111111001111111011010010100100 | c4bae5b43f3fb4a4 |
UTF-8 | 頂經렋렒瓦 | 111010011010000010000010111001111011011010010011111010111010000010001011111010111010000010010010111001111001001110100110 | e9a082e7b693eba08beba092e793a6 |
UHC | 頂經렋렒瓦 | 11110000101000101100110011101000100011101010001010001110101001111110100010111111 | f0a2cce88ea28ea7e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)