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 | 顴釦 | 11101001010000011001011001110100 | e9419674 |
EUC-JP | 顴釦 | 11110001101000101100101111010101 | f1a2cbd5 |
UTF-8 | 顴釦 | 111010011010000110110100111010011000011110100110 | e9a1b4e987a6 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)