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 | 籖峨け籖 | 1110001011011101100010011110001110000010101011111110001011011101 | e2dd89e382afe2dd |
| EUC-JP | 籖峨け籖 | 1110010011011111101100101110010110100100101100011110010011011111 | e4dfb2e5a4b1e4df |
| UTF-8 | 籖峨け籖 | 111001111011000110010110111001011011001110101000111000111000000110010001111001111011000110010110 | e7b196e5b3a8e38191e7b196 |
| UHC | ?峨け? | 001111111110010010110001101010101011000100111111 | 3fe4b1aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)