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 | 邀オ辷オ赱 | 1110011110110001101101011110011110001000101101011110011011011111 | e7b1b5e788b5e6df |
EUC-JP | 邀オ辷オ赱 | 11101110101100111000111010110101111011011110100010001110101101011110110011100001 | eeb38eb5ede88eb5ece1 |
UTF-8 | 邀オ辷オ赱 | 111010011000001010000000111011111011110110110101111010001011111010110111111011111011110110110101111010001011010110110001 | e98280efbdb5e8beb7efbdb5e8b5b1 |
UHC | 邀???? | 111010011010110100111111001111110011111100111111 | e9ad3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)