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 | ?[BF | 00111111010110110100001001000110 | 3f5b4246 |
SJIS-WIN | 鎰[BF | 1110100001001100010110110100001001000110 | e84c5b4246 |
EUC-JP | 鎰[BF | 1110111110101101010110110100001001000110 | efad5b4246 |
UTF-8 | 鎰[BF | 111010011000111010110000010110110100001001000110 | e98eb05b4246 |
UHC | 鎰[BF | 1110110011110000010110110100001001000110 | ecf05b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)