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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 瀅????^ | 11111011010011100011111100111111001111110011111101011110 | fb4e3f3f3f3f5e |
| EUC-JP | 瀅????^ | 1000111111001001101010110011111100111111001111110011111101011110 | 8fc9ab3f3f3f3f5e |
| UTF-8 | 瀅얘렎렟렲^ | 11100111100000001000010111101100100101101001100011101011101000001000111011101011101000001001111111101011101000001011001001011110 | e78085ec9698eba08eeba09feba0b25e |
| UHC | 瀅얘렎렟렲^ | 1111101110100100101111101110101010001110101001001000111010110000100011101011111101011110 | fba4beea8ea48eb08ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)