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 | シセセカ爵 | 101111001011111010111110101101101000111011011101 | bcbebeb68edd |
EUC-JP | シセセカ爵 | 10001110101111001000111010111110100011101011111010001110101101101011110011011111 | 8ebc8ebe8ebe8eb6bcdf |
UTF-8 | シセセカ爵 | 111011111011110110111100111011111011110110111110111011111011110110111110111011111011110110110110111001111000100010110101 | efbdbcefbdbeefbdbeefbdb6e788b5 |
UHC | ????爵 | 001111110011111100111111001111111110110111001001 | 3f3f3f3fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)