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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 賢g蓋 | 100011001010101110000010100001111000101001010111 | 8cab82878a57 |
EUC-JP | 賢g蓋 | 101110001010110110100011111001111011001110111000 | b8ada3e7b3b8 |
UTF-8 | 賢g蓋 | 111010001011001110100010111011111011110110000111111010001001001110001011 | e8b3a2efbd87e8938b |
UHC | 賢g蓋 | 111110101110011110100011111001111100101111001111 | fae7a3e7cbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)