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 | «±¢ì¡ë | 1000111110101011101100011000111110100010111011001010000111101011 | 8fabb18fa2eca1eb |
| SJIS-WIN | ??±?¢??? | 00111111001111111000000101111101001111111000000110010001001111110011111100111111 | 3f3f817d3f81913f3f3f |
| EUC-JP | ??±?¢ì¡ë | 00111111001111111010000111011110001111111010000111110001100011111010101111000000100011111010001011000010100011111010101110110011 | 3f3fa1de3fa1f18fabc08fa2c28fabb3 |
| UTF-8 | «±¢ì¡ë | 11000010100011111100001010101011110000101011000111000010100011111100001010100010110000111010110011000010101000011100001110101011 | c28fc2abc2b1c28fc2a2c3acc2a1c3ab |
| UHC | ??±???¡? | 00111111001111111010000110111110001111110011111100111111101000101010111000111111 | 3f3fa1be3f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)