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 | ?v | 0011111101110110 | 3f76 |
SJIS-WIN | 允v | 100010001111001001110110 | 88f276 |
EUC-JP | 允v | 101100001111010001110110 | b0f476 |
UTF-8 | 允v | 11100101100001011000000101110110 | e5858176 |
UHC | 允v | 111010111100001101110110 | ebc376 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)