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 | 銓戊挙襍 | 1110011111110010100101011110100010001011100100111110100010110101 | e7f295e88b93e8b5 |
| EUC-JP | 銓戊挙襍 | 1110111011110100110010101110101010110101111100111111000010110111 | eef4caeab5f3f0b7 |
| UTF-8 | 銓戊挙襍 | 111010011000101010010011111001101000100010001010111001101000110010011001111010001010010110001101 | e98a93e6888ae68c99e8a58d |
| UHC | 銓戊?? | 111011111011000011011001111001100011111100111111 | efb0d9e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)