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 | 銕溷炎螳苓京 | 111001111110110010011111111001011000100110001010111001011010111010010111111010001000101110011110 | e7ec9fe5898ae5ae97e88b9e |
| EUC-JP | 銕溷炎螳苓京 | 111011101110111011011110111001111011000111101010111010101011000011001110111010101011010111111110 | eeeedee7b1eaeab0ceeab5fe |
| UTF-8 | 銕溷炎螳苓京 | 111010011000101010010101111001101011101010110111111001111000001010001110111010001001111010110011111010001000101110010011111001001011101010101100 | e98a95e6bab7e7828ee89eb3e88b93e4baac |
| UHC | ??炎螳?京 | 001111110011111111100110111110101101001111011001001111111100110011001000 | 3f3fe6fad3d93fccc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)