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 | 幼??? | 1001011101100011001111110011111100111111 | 97633f3f3f |
| EUC-JP | 幼?獐? | 11001101110001000011111110001111110010111011101000111111 | cdc43f8fcbba3f |
| UTF-8 | 幼렎獐렔 | 111001011011100110111100111010111010000010001110111001111000110110010000111010111010000010010100 | e5b9bceba08ee78d90eba094 |
| UHC | 幼렎獐렔 | 1110101011101010100011101010010011101101111011111000111010101001 | eaea8ea4edef8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)