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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 痂痂皚B | 11100001011011111110000101101111111000011010101101000010 | e16fe16fe1ab42 |
EUC-JP | 痂痂皚B | 11100001110100001110000111010000111000101010110101000010 | e1d0e1d0e2ad42 |
UTF-8 | 痂痂皚B | 11100111100101111000001011100111100101111000001011100111100110101001101001000010 | e79782e79782e79a9a42 |
UHC | 痂痂?B | 110010101011001011001010101100100011111101000010 | cab2cab23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)