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 | ??Q | 001111110011111101010001 | 3f3f51 |
SJIS-WIN | 澱?Q | 10010011011000100011111101010001 | 93623f51 |
EUC-JP | 澱?Q | 11000101110000110011111101010001 | c5c33f51 |
UTF-8 | 澱렭Q | 11100110101111101011000111101011101000001010110101010001 | e6beb1eba0ad51 |
UHC | 澱렭Q | 1110111011111110100011101011101001010001 | eefe8eba51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)