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 | 譽壽純驕廣 | 11100110101000111001101011100110100011111000001111101001100000011001110001000001 | e6a39ae68f83e9819c41 |
| EUC-JP | 譽壽純驕廣 | 11101100101001011101010011101000101111011110001111110001111000011101011110100010 | eca5d4e8bde3f1e1d7a2 |
| UTF-8 | 譽壽純驕廣 | 111010001010110110111101111001011010001110111101111001111011010010010100111010011010100110010101111001011011101110100011 | e8adbde5a3bde7b494e9a995e5bba3 |
| UHC | 譽壽純驕廣 | 11100111111000101110000111111000111000101110110111001110111101101100111011000110 | e7e2e1f8e2edcef6cec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)