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 | 髯ス遨ゥ逞」 | 111010011001100110111101111001111010100110101001111001111001011110100011 | e999bde7a9a9e797a3 |
| EUC-JP | 髯ス遨ゥ逞」 | 111100011111100110001110101111011110111010101011100011101010100111101101111101111000111010100011 | f1f98ebdeeab8ea9edf78ea3 |
| UTF-8 | 髯ス遨ゥ逞」 | 111010011010101110101111111011111011110110111101111010011000000110101000111011111011110110101001111010011000000010011110111011111011110110100011 | e9abafefbdbde981a8efbda9e9809eefbda3 |
| UHC | ????逞? | 00111111001111110011111100111111110101101100000100111111 | 3f3f3f3fd6c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)