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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 魄ィ蜀怜ー | 1110100110101110101010001110010110000110100101111110010110110000 | e9aea8e58697e5b0 |
| EUC-JP | 魄ィ蜀怜ー | 11110010101100001000111010101000111010011110011011001110111001111000111010110000 | f2b08ea8e9e6cee78eb0 |
| UTF-8 | 魄ィ蜀怜ー | 111010011010110110000100111011111011110110101000111010001001110010000000111001101000000010011100111011111011110110110000 | e9ad84efbda8e89c80e6809cefbdb0 |
| UHC | 魄?蜀怜? | 1101101111011110001111111111010110111001110101101011101100111111 | dbde3ff5b9d6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)