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 | 瓷牀 | 11100001010010011110000010101100 | e149e0ac |
EUC-JP | 瓷牀 | 11100001101010101110000010101110 | e1aae0ae |
UTF-8 | 瓷牀 | 111001111001001110110111111001111000100110000000 | e793b7e78980 |
UHC | 瓷牀 | 11101101101101101101111111010001 | edb6dfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)