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 | 易m | 10001000110101011000001010001101 | 88d5828d |
EUC-JP | 易m | 10110000110101111010001111101101 | b0d7a3ed |
UTF-8 | 易m | 111001101001100010010011111011111011110110001101 | e69893efbd8d |
UHC | 易m | 11100110101101101010001111101101 | e6b6a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)