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 | ?潁 | 001111111001111111110001 | 3f9ff1 |
EUC-JP | 鉥潁 | 1000111111100011111010001101111011110011 | 8fe3e8def3 |
UTF-8 | 鉥潁 | 111010011000100110100101111001101011110110000001 | e989a5e6bd81 |
UHC | 鉥潁 | 11100010111111001110011110111000 | e2fce7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)