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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 牾脣^ | 1110000010110001111000111111101001011110 | e0b1e3fa5e |
| EUC-JP | 牾脣^ | 1110000010110011111001101111110001011110 | e0b3e6fc5e |
| UTF-8 | 牾脣^ | 11100111100010011011111011101000100001001010001101011110 | e789bee884a35e |
| UHC | ?脣^ | 00111111111000101110111001011110 | 3fe2ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)