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 | 衍餽 | 10011111101001011110100101011000 | 9fa5e958 |
EUC-JP | 衍餽 | 11011110101001111111000110111001 | dea7f1b9 |
UTF-8 | 衍餽 | 111010001010000110001101111010011010010010111101 | e8a18de9a4bd |
UHC | 衍? | 111001101110001000111111 | e6e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)