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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
| SJIS-WIN | ?脹?Y | 0011111110010010101011110011111101011001 | 3f92af3f59 |
| EUC-JP | ?脹?Y | 0011111111000100101100010011111101011001 | 3fc4b13f59 |
| UTF-8 | 뤋脹₄Y | 11101011101001001000101111101000100001001011100111100010100000101000010001011001 | eba48be884b9e2828459 |
| UHC | 뤋脹₄Y | 10001111101110111111001111101100101010011111111001011001 | 8fbbf3eca9fe59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)