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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | ????肄B | 00111111001111110011111100111111111000111110010101000010 | 3f3f3f3fe3e542 |
| EUC-JP | ????肄B | 00111111001111110011111100111111111001101110011101000010 | 3f3f3f3fe6e742 |
| UTF-8 | 솨샹솅샷肄B | 11101100100001101010100011101100100000111011100111101100100001101000010111101100100000111011011111101000100000101000010001000010 | ec86a8ec83b9ec8685ec83b7e8828442 |
| UHC | 솨샹솅샷肄B | 1011110011011101101111001010011110111100110100011011110010100110111011001011110101000010 | bcddbca7bcd1bca6ecbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)