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 | 蕚泚糘 | 1111000111100110111001001101010011111010111110011110001011110010 | f1e6e4d4faf9e2f2 |
| EUC-JP | ?蕚泚糘 | 0011111111101000110101101000111111000111101000011110010011110100 | 3fe8d68fc7a1e4f4 |
| UTF-8 | 蕚泚糘 | 111011101000010110100001111010001001010110011010111001101011001110011010111001111011001110011000 | ee85a1e8959ae6b39ae7b398 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)