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 | 濵ィ軏戎 | 11111011010011011010100011111011101100101000111101011110 | fb4da8fbb28f5e |
| EUC-JP | 濵ィ軏戎 | 10001111110010011010011010001110101010001000111111100000110110011011110110111111 | 8fc9a68ea88fe0d9bdbf |
| UTF-8 | 濵ィ軏戎 | 111001101011111110110101111011111011110110101000111010001011101110001111111001101000100010001110 | e6bfb5efbda8e8bb8fe6888e |
| UHC | ???戎 | 0011111100111111001111111110101111010100 | 3f3f3febd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)