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 | 褸弱Θ粐 | 1110010111111000100011101110001110000011101001101110001011100010 | e5f88ee383a6e2e2 |
| EUC-JP | 褸弱Θ粐 | 1110101011111010101111001110010110100110101010001110010011100100 | eafabce5a6a8e4e4 |
| UTF-8 | 褸弱Θ粐 | 1110100010100100101110001110010110111100101100011100111010011000111001111011001010010000 | e8a4b8e5bcb1ce98e7b290 |
| UHC | 褸弱Θ? | 11010111101011101110010110110000101001011100100000111111 | d7aee5b0a5c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)