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 | 誾懣貍楢 | 1111101110100111100111001110111011100110101111001001001111101000 | fba79ceee6bc93e8 |
| EUC-JP | 誾懣貍楢 | 100011111101111010100100110110001111000011101100101111101100011011101010 | 8fdea4d8f0ecbec6ea |
| UTF-8 | 誾懣貍楢 | 111010001010101010111110111001101000011110100011111010001011001010001101111001101010010110100010 | e8aabee687a3e8b28de6a5a2 |
| UHC | 誾??楢 | 111010111101110100111111001111111110101011111001 | ebdd3f3feaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)