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 | ?V | 0011111101010110 | 3f56 |
SJIS-WIN | 顯V | 111010001111101101010110 | e8fb56 |
EUC-JP | 顯V | 111100001111110101010110 | f0fd56 |
UTF-8 | 顯V | 11101001101000011010111101010110 | e9a1af56 |
UHC | 顯V | 111110101110100101010110 | fae956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)