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 | 唯疳正 | 100101110100001011100001011100001001000010110011 | 9742e17090b3 |
EUC-JP | 唯疳正 | 110011011010001111100001110100011100000010110101 | cda3e1d1c0b5 |
UTF-8 | 唯疳正 | 111001011001010010101111111001111001011010110011111001101010110110100011 | e594afe796b3e6ada3 |
UHC | 唯疳正 | 111010101110011011001010111101111110111111100001 | eae6caf7efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)