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 | 射赦 | 10001110110010111000111011001101 | 8ecb8ecd |
EUC-JP | 射赦 | 10111100110011011011110011001111 | bccdbccf |
UTF-8 | 射赦 | 111001011011000010000100111010001011010110100110 | e5b084e8b5a6 |
UHC | 射赦 | 11011110110100101101111011110101 | ded2def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)