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 | 焄假 | 11111011010101001001100011101111 | fb5498ef |
EUC-JP | 焄假 | 1000111111001001111000111101000011110001 | 8fc9e3d0f1 |
UTF-8 | 焄假 | 111001111000010010000100111001011000000110000111 | e78484e58187 |
UHC | 焄假 | 11111101101101101100101010100011 | fdb6caa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)