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 | ??其?莖 | 00111111001111111001000110110100001111111110010010110001 | 3f3f91b43fe4b1 |
| EUC-JP | ??其?莖 | 00111111001111111100001010110110001111111110100010110011 | 3f3fc2b63fe8b3 |
| UTF-8 | 앤뤻其죳莖 | 111011001001010110100100111010111010010010111011111001011000010110110110111011001010001110110011111010001000111010010110 | ec95a4eba4bbe585b6eca3b3e88e96 |
| UHC | 앤뤻其죳莖 | 10111110110110001000111111101001110100001110110010100001100011101100110011101100 | bed88fe9d0eca18eccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)