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 | DF | 1000111101000100100011111000001001000110 | 8f448f8246 |
SJIS-WIN | ?D??F | 0011111101000100001111110011111101000110 | 3f443f3f46 |
EUC-JP | ?D??F | 0011111101000100001111110011111101000110 | 3f443f3f46 |
UTF-8 | DF | 1100001010001111010001001100001010001111110000101000001001000110 | c28f44c28fc28246 |
UHC | ?D??F | 0011111101000100001111110011111101000110 | 3f443f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)