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 | 羝朱ぉ | 111000111011011010001110111010011000001010100111 | e3b68ee982a7 |
| EUC-JP | 羝朱ぉ | 111001101011100010111100111010111010010010101001 | e6b8bceba4a9 |
| UTF-8 | 羝朱ぉ | 111001111011111010011101111001101001110010110001111000111000000110001001 | e7be9de69cb1e38189 |
| UHC | ?朱ぉ | 0011111111110001101110011010101010101001 | 3ff1b9aaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)