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 | 孩耕? | 1001101101110111100011010110101100111111 | 9b778d6b3f |
| EUC-JP | 孩耕迾 | 11010101110110001011100111001100100011111110000111001010 | d5d8b9cc8fe1ca |
| UTF-8 | 孩耕迾 | 111001011010110110101001111010001000000010010101111010001011111110111110 | e5ada9e88095e8bfbe |
| UHC | 孩耕? | 1111101010101001110011001110100100111111 | faa9cce93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)