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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驫ァ辷オ譁 | 1110100110001010101001111110011110001000101101011110011010010110 | e98aa7e788b5e696 |
EUC-JP | 驫ァ辷オ譁 | 11110001111010101000111010100111111011011110100010001110101101011110101111110110 | f1ea8ea7ede88eb5ebf6 |
UTF-8 | 驫ァ辷オ譁 | 111010011010100110101011111011111011110110100111111010001011111010110111111011111011110110110101111010001010110110000001 | e9a9abefbda7e8beb7efbdb5e8ad81 |
UHC | ????譁 | 001111110011111100111111001111111111110010100110 | 3f3f3f3ffca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)