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] | 1100101111001100011111100101000101011101 | cbcc7e515d |
SJIS-WIN | ??~Q] | 0011111100111111011111100101000101011101 | 3f3f7e515d |
EUC-JP | ËÌ~Q] | 100011111010101010110011100011111010101011000000011111100101000101011101 | 8faab38faac07e515d |
UTF-8 | ËÌ~Q] | 11000011100010111100001110001100011111100101000101011101 | c38bc38c7e515d |
UHC | ??~Q] | 0011111100111111011111100101000101011101 | 3f3f7e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)