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 | 101000101010110001000010 | a2ac42 |
SJIS-WIN | ¢¬B | 1000000110010001100000011100101001000010 | 819181ca42 |
EUC-JP | ¢¬B | 1010000111110001101000101100110001000010 | a1f1a2cc42 |
UTF-8 | ¢¬B | 1100001010100010110000101010110001000010 | c2a2c2ac42 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)