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 | 缺御 | 11100011100111101000110011100100 | e39e8ce4 |
EUC-JP | 缺御 | 11100101111111101011100011100110 | e5feb8e6 |
UTF-8 | 缺御 | 111001111011110010111010111001011011111010100001 | e7bcbae5bea1 |
UHC | 缺御 | 11001100110000001110010111011001 | ccc0e5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)