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] | 1000111011000010110000001100010010001110101101110101000101011101 | 8ec2c0c48eb7515d |
EUC-JP | 篠タト執Q] | 10111100110001001000111011000000100011101100010010111100101110010101000101011101 | bcc48ec08ec4bcb9515d |
UTF-8 | 篠タト執Q] | 1110011110101111101000001110111110111110100000001110111110111110100001001110010110011111101101110101000101011101 | e7afa0efbe80efbe84e59fb7515d |
UHC | 篠??執Q] | 1110000111000110001111110011111111110010111110110101000101011101 | e1c63f3ff2fb515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)