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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 澱?P | 10010011011000100011111101010000 | 93623f50 |
EUC-JP | 澱?P | 11000101110000110011111101010000 | c5c33f50 |
UTF-8 | 澱렭P | 11100110101111101011000111101011101000001010110101010000 | e6beb1eba0ad50 |
UHC | 澱렭P | 1110111011111110100011101011101001010000 | eefe8eba50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)