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 | 調斑 | 10010010101100101001010011000001 | 92b294c1 |
EUC-JP | 調斑 | 11000100101101001100100011000011 | c4b4c8c3 |
UTF-8 | 調斑 | 111010001010101010111111111001101001011010010001 | e8aabfe69691 |
UHC | 調斑 | 11110000111000001101101011101000 | f0e0dae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)