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 | 中蕎 | 10010010100001101000101110111100 | 92868bbc |
EUC-JP | 中蕎 | 11000011111001101011011010111110 | c3e6b6be |
UTF-8 | 中蕎 | 111001001011100010101101111010001001010110001110 | e4b8ade8958e |
UHC | 中蕎 | 11110001111010011100111011110000 | f1e9cef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)