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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 咤韜o | 1001101001000010111010001110100101101111 | 9a42e8e96f |
EUC-JP | 咤韜o | 1101001110100011111100001110101101101111 | d3a3f0eb6f |
UTF-8 | 咤韜o | 11100101100100101010010011101001100111111001110001101111 | e592a4e99f9c6f |
UHC | 咤韜o | 1111011011100011110101001011011101101111 | f6e3d4b76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)