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 | シキセカ爵 | 101111001011011110111110101101101000111011011101 | bcb7beb68edd |
EUC-JP | シキセカ爵 | 10001110101111001000111010110111100011101011111010001110101101101011110011011111 | 8ebc8eb78ebe8eb6bcdf |
UTF-8 | シキセカ爵 | 111011111011110110111100111011111011110110110111111011111011110110111110111011111011110110110110111001111000100010110101 | efbdbcefbdb7efbdbeefbdb6e788b5 |
UHC | ????爵 | 001111110011111100111111001111111110110111001001 | 3f3f3f3fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)