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 | 魍磯● | 111010011011000110001000111010011000000110011100 | e9b188e9819c |
| EUC-JP | 魍磯● | 111100101011001110110000111010111010000111111100 | f2b3b0eba1fc |
| UTF-8 | 魍磯● | 111010011010110110001101111001111010001110101111111000101001011110001111 | e9ad8de7a3afe2978f |
| UHC | ?磯● | 0011111111010001101101001010000111011100 | 3fd1b4a1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)