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 | ?S | 0011111101010011 | 3f53 |
SJIS-WIN | 瞳S | 100100111011010101010011 | 93b553 |
EUC-JP | 瞳S | 110001101011011101010011 | c6b753 |
UTF-8 | 瞳S | 11100111100111101011001101010011 | e79eb353 |
UHC | 瞳S | 110101001101101001010011 | d4da53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)