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] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 篠セト宍Q] | 1000111011000010101111101100010010001110101100110101000101011101 | 8ec2bec48eb3515d |
EUC-JP | 篠セト宍Q] | 10111100110001001000111010111110100011101100010010111100101101010101000101011101 | bcc48ebe8ec4bcb5515d |
UTF-8 | 篠セト宍Q] | 1110011110101111101000001110111110111101101111101110111110111110100001001110010110101110100011010101000101011101 | e7afa0efbdbeefbe84e5ae8d515d |
UHC | 篠???Q] | 11100001110001100011111100111111001111110101000101011101 | e1c63f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)