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 | 引野 | 10001000111110001001011011101100 | 88f896ec |
EUC-JP | 引野 | 10110000111110101100110011101110 | b0faccee |
UTF-8 | 引野 | 111001011011110010010101111010011000011110001110 | e5bc95e9878e |
UHC | 引野 | 11101100110110101110010110101111 | ecdae5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)