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 | 莊フスミ秧 | 11100100101101011100110010111101110100001110001001011110 | e4b5ccbdd0e25e |
| EUC-JP | 莊フスミ秧 | 11101000101101111000111011001100100011101011110110001110110100001110001110111111 | e8b78ecc8ebd8ed0e3bf |
| UTF-8 | 莊フスミ秧 | 111010001000111010001010111011111011111010001100111011111011110110111101111011111011111010010000111001111010011110100111 | e88e8aefbe8cefbdbdefbe90e7a7a7 |
| UHC | 莊???秧 | 11101101111101100011111100111111001111111110010011101011 | edf63f3f3fe4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)