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 | 壹耕? | 1001101011100011100011010110101100111111 | 9ae38d6b3f |
| EUC-JP | 壹耕迾 | 11010100111001011011100111001100100011111110000111001010 | d4e5b9cc8fe1ca |
| UTF-8 | 壹耕迾 | 111001011010001110111001111010001000000010010101111010001011111110111110 | e5a3b9e88095e8bfbe |
| UHC | 壹耕? | 1110110011101100110011001110100100111111 | ececcce93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)