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 | 業??倚 | 100010111100011000111111001111111001100011011111 | 8bc63f3f98df |
| EUC-JP | 業??倚 | 101101101100100000111111001111111101000011100001 | b6c83f3fd0e1 |
| UTF-8 | 業딆뇴倚 | 111001101010010110101101111010111001010010000110111010111000011110110100111001011000000010011010 | e6a5adeb9486eb87b4e5809a |
| UHC | 業딆뇴倚 | 1110010111110110100010101110110010000111100110001110101111101111 | e5f68aec8798ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)