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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀オ辷オ轣シ | 111001111011000110110101111001111000100010110101111001111000000110111100 | e7b1b5e788b5e781bc |
EUC-JP | 邀オ辷オ轣シ | 111011101011001110001110101101011110110111101000100011101011010111101101111000011000111010111100 | eeb38eb5ede88eb5ede18ebc |
UTF-8 | 邀オ辷オ轣シ | 111010011000001010000000111011111011110110110101111010001011111010110111111011111011110110110101111010001011110110100011111011111011110110111100 | e98280efbdb5e8beb7efbdb5e8bda3efbdbc |
UHC | 邀????? | 11101001101011010011111100111111001111110011111100111111 | e9ad3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)