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 | ?????㎝ | 00111111001111110011111100111111001111111000011101110000 | 3f3f3f3f3f8770 |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 濾곌풜紐울㎝ | 111011111010011010000100111010101011001110001100111011011001001010011100111011111010011110001111111011001001101010111000111000111000111010011101 | efa684eab38ced929cefa78fec9ab8e38e9d |
| UHC | 濾곌풜紐울㎝ | 111001101010010010110000111010101011111010011111111010111010101010111111111011111010011110101111 | e6a4b0eabe9febaabfefa7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)