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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ????莖 | 001111110011111100111111001111111110010010110001 | 3f3f3f3fe4b1 |
| EUC-JP | ????莖 | 001111110011111100111111001111111110100010110011 | 3f3f3f3fe8b3 |
| UTF-8 | 앱렧쑈뤾莖 | 111011001001010110110001111010111010000010100111111011001001000110001000111010111010010010111110111010001000111010010110 | ec95b1eba0a7ec9188eba4bee88e96 |
| UHC | 앱렧쑈뤾莖 | 10111110110110111000111010110110101111101010010010001111111010101100110011101100 | bedb8eb6bea48feaccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)