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 | 愼? | 100111001100010000111111 | 9cc43f |
EUC-JP | 愼? | 110110001100011000111111 | d8c63f |
UTF-8 | 愼듿 | 111001101000010010111100111010111001001110111111 | e684bceb93bf |
UHC | 愼듿 | 11100011111001011000101011100101 | e3e58ae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)