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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鉚冗峇粹 | 1110011111110100100011111110011110011011101100101110001011101101 | e7f48fe79bb2e2ed |
| EUC-JP | 鉚冗峇粹 | 1110111011110110101111101110100111010110101101001110010011101111 | eef6bee9d6b4e4ef |
| UTF-8 | 鉚冗峇粹 | 111010011000100110011010111001011000011010010111111001011011001110000111111001111011001010111001 | e9899ae58697e5b387e7b2b9 |
| UHC | ?冗?粹 | 001111111110100110110111001111111110001010110110 | 3fe9b73fe2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)