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 | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | ?啞? | 0011111110001111101101011110000000111111 | 3f8fb5e03f |
| UTF-8 | 룶啞룵 | 111010111010001110110110111001011001010110011110111010111010001110110101 | eba3b6e5959eeba3b5 |
| UHC | 룶啞룵 | 100011111010101111100100101011111000111110101010 | 8fabe4af8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)