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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 媛猛? | 1001010101010001100101101101001000111111 | 955196d23f |
| EUC-JP | 媛猛? | 1100100110110010110011001101010000111111 | c9b2ccd43f |
| UTF-8 | 媛猛렕 | 111001011010101010011011111001111000110010011011111010111010000010010101 | e5aa9be78c9beba095 |
| UHC | 媛猛렕 | 111010101011000011011000111011011000111010101010 | eab0d8ed8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)