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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 隍ォ驥主サコ | 111010001010010010101011111010011000011110001110111001011011101110111010 | e8a4abe9878ee5bbba |
| EUC-JP | 隍ォ驥主サコ | 111100001010011010001110101010111111000111100111101111001110011110001110101110111000111010111010 | f0a68eabf1e7bce78ebb8eba |
| UTF-8 | 隍ォ驥主サコ | 111010011001101010001101111011111011110110101011111010011010100110100101111001001011100010111011111011111011110110111011111011111011110110111010 | e99a8defbdabe9a9a5e4b8bbefbdbbefbdba |
| UHC | 隍?驥主?? | 111111001101101100111111110100011100101011110001101010110011111100111111 | fcdb3fd1caf1ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)