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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 澵悉@h | 111110110100110010001110101110110100000001101000 | fb4c8ebb4068 |
EUC-JP | 澵悉@h | 10001111110010001111100010111100101111010100000001101000 | 8fc8f8bcbd4068 |
UTF-8 | 澵悉@h | 1110011010111110101101011110011010000010100010010100000001101000 | e6beb5e682894068 |
UHC | ?悉@h | 0011111111100011111110100100000001101000 | 3fe3fa4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)