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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 約??蒻 | 100101101111000100111111001111111110010011101000 | 96f13f3fe4e8 |
| EUC-JP | 約??蒻 | 110011001111001100111111001111111110100011101010 | ccf33f3fe8ea |
| UTF-8 | 約든뿏蒻 | 111001111011010010000100111010111001001110100000111010111011111110001111111010001001001010111011 | e7b484eb93a0ebbf8fe892bb |
| UHC | 約든뿏蒻 | 1110010110110011101101011110011110010111100101001110010110110110 | e5b3b5e79794e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)