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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ヘロ簔 | 11001101110110111111000011101011111100001110110111100010110000011111011011001110 | cddbf0ebf0ede2c1f6ce |
| EUC-JP | ヘロ??簔? | 100011101100110110001110110110110011111100111111111001001100001100111111 | 8ecd8edb3f3fe4c33f |
| UTF-8 | ヘロ簔 | 111011111011111010001101111011111011111010011011111011101000001010101010111011101000001010101100111001111011000010010100111011101001001110110101 | efbe8defbe9bee82aaee82ace7b094ee93b5 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)