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 | 隋既 | 11100100010000001000101011111001 | e4408af9 |
EUC-JP | 隋既 | 11100111101000011011010011111011 | e7a1b4fb |
UTF-8 | 隋既 | 111010011001101010001011111001101001011110100010 | e99a8be697a2 |
UHC | 隋? | 111000101100100100111111 | e2c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)