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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 澱?靖?^ | 10010011011000100011111110010110111101010011111101011110 | 93623f96f53f5e |
EUC-JP | 澱?靖?^ | 11000101110000110011111111001100111101110011111101011110 | c5c33fccf73f5e |
UTF-8 | 澱렰靖렰^ | 11100110101111101011000111101011101000001011000011101001100111011001011011101011101000001011000001011110 | e6beb1eba0b0e99d96eba0b05e |
UHC | 澱렰靖렰^ | 111011101111111010001110101111011110111111111110100011101011110101011110 | eefe8ebdeffe8ebd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)