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 | 攸槃 | 10011101101111111001111011001111 | 9dbf9ecf |
EUC-JP | 攸槃 | 11011010110000011101110011010001 | dac1dcd1 |
UTF-8 | 攸槃 | 111001101001010010111000111001101010011110000011 | e694b8e6a783 |
UHC | 攸槃 | 11101010111100101101101011101001 | eaf2dae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)