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 | 湘釥ユニタ | 10001111110000111111101111000000110101011100011011000000 | 8fc3fbc0d5c6c0 |
| EUC-JP | 湘釥ユニタ | 1011111011000101100011111110001110101011100011101101010110001110110001101000111011000000 | bec58fe3ab8ed58ec68ec0 |
| UTF-8 | 湘釥ユニタ | 111001101011100110011000111010011000011110100101111011111011111010010101111011111011111010000110111011111011111010000000 | e6b998e987a5efbe95efbe86efbe80 |
| UHC | 湘???? | 110111111100111100111111001111110011111100111111 | dfcf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)