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 | 魄難スク霓」 | 111010011010111010010011111011111011110110111000111010001011110110100011 | e9ae93efbdb8e8bda3 |
| EUC-JP | 魄難スク霓」 | 111100101011000011000110111100011000111010111101100011101011100011110000101111111000111010100011 | f2b0c6f18ebd8eb8f0bf8ea3 |
| UTF-8 | 魄難スク霓」 | 111010011010110110000100111010011001101110100011111011111011110110111101111011111011110110111000111010011001110010010011111011111011110110100011 | e9ad84e99ba3efbdbdefbdb8e99c93efbda3 |
| UHC | 魄難??霓? | 110110111101111011010001111100010011111100111111111001111110011100111111 | dbded1f13f3fe7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)