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 | ??IB | 00111111001111110100100101000010 | 3f3f4942 |
SJIS-WIN | 叩続IB | 100100100100000010010001101100010100100101000010 | 924091b14942 |
EUC-JP | 叩続IB | 110000111010000111000010101100110100100101000010 | c3a1c2b34942 |
UTF-8 | 叩続IB | 1110010110001111101010011110011110110110100110100100100101000010 | e58fa9e7b69a4942 |
UHC | 叩?IB | 1100110110110000001111110100100101000010 | cdb03f4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)