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] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 謝蛇Q] | 100011101101001110001110110101100101000101011101 | 8ed38ed6515d |
EUC-JP | 謝蛇Q] | 101111001101010110111100110110000101000101011101 | bcd5bcd8515d |
UTF-8 | 謝蛇Q] | 1110100010101100100111011110100010011011100001110101000101011101 | e8ac9de89b87515d |
UHC | 謝蛇Q] | 110111101111001111011110111011110101000101011101 | def3deef515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)