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 | 湘釥ユニ | 100011111100001111111011110000001101010111000110 | 8fc3fbc0d5c6 |
| EUC-JP | 湘釥ユニ | 101111101100010110001111111000111010101110001110110101011000111011000110 | bec58fe3ab8ed58ec6 |
| UTF-8 | 湘釥ユニ | 111001101011100110011000111010011000011110100101111011111011111010010101111011111011111010000110 | e6b998e987a5efbe95efbe86 |
| UHC | 湘??? | 1101111111001111001111110011111100111111 | dfcf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)