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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 危斜] | 1000101011101011100011101100111001011101 | 8aeb8ece5d |
EUC-JP | 危斜] | 1011010011101101101111001101000001011101 | b4edbcd05d |
UTF-8 | 危斜] | 11100101100011011011000111100110100101101001110001011101 | e58db1e6969c5d |
UHC | 危斜] | 1110101011001011110111101101100001011101 | eacbded85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)