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 | ??ズ企? | 00111111001111111000001101011001100010101110100100111111 | 3f3f83598ae93f |
| EUC-JP | ??ズ企瑗 | 001111110011111110100101101110101011010011101011100011111100110011000000 | 3f3fa5bab4eb8fccc0 |
| UTF-8 | 琉쀨ズ企瑗 | 111011111010011110001100111011001000000010101000111000111000001010111010111001001011110010000001111001111001000110010111 | efa78cec80a8e382bae4bc81e79197 |
| UHC | 琉쀨ズ企瑗 | 11101011101001001001011111101000101010111011101011010000111010101110101010111100 | eba497e8abbad0eaeabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)