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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 幼??幼??B | 100101110110001100111111001111111001011101100011001111110011111101000010 | 97633f3f97633f3f42 |
| EUC-JP | 幼??幼??B | 110011011100010000111111001111111100110111000100001111110011111101000010 | cdc43f3fcdc43f3f42 |
| UTF-8 | 幼룸죶幼룸죶B | 11100101101110011011110011101011101000111011100011101100101000111011011011100101101110011011110011101011101000111011100011101100101000111011011001000010 | e5b9bceba3b8eca3b6e5b9bceba3b8eca3b642 |
| UHC | 幼룸죶幼룸죶B | 11101010111010101011011111101011101000011001000011101010111010101011011111101011101000011001000001000010 | eaeab7eba190eaeab7eba19042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)