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 | 妖??柚 | 100101110110010000111111001111111001011101001101 | 97643f3f974d |
| EUC-JP | 妖??柚 | 110011011100010100111111001111111100110110101110 | cdc53f3fcdae |
| UTF-8 | 妖쿡㎬柚 | 111001011010011010010110111011001011111110100001111000111000111010101100111001101001111110011010 | e5a696ecbfa1e38eace69f9a |
| UHC | 妖쿡㎬柚 | 1110100011101101110001001110111010100111111010001110101011110110 | e8edc4eea7e8eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)