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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 藏御豹 | 111001010101010110001100111001001001010101011110 | e5558ce4955e |
| EUC-JP | 藏御豹 | 111010011011011010111000111001101100100110111111 | e9b6b8e6c9bf |
| UTF-8 | 藏御豹 | 111010001001011110001111111001011011111010100001111010001011000110111001 | e8978fe5bea1e8b1b9 |
| UHC | 藏御豹 | 111011011111101011100101110110011111100011111011 | edfae5d9f8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)