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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 倏牾倏糶^ | 111000001100010111100000101100011110000011000101111000101111101001011110 | e0c5e0b1e0c5e2fa5e |
| EUC-JP | 倏牾倏糶^ | 111000001100011111100000101100111110000011000111111001001111110001011110 | e0c7e0b3e0c7e4fc5e |
| UTF-8 | 倏牾倏糶^ | 11100101100000001000111111100111100010011011111011100101100000001000111111100111101100111011011001011110 | e5808fe789bee5808fe7b3b65e |
| UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)