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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 永g? | 1000100101101001100000101000011100111111 | 896982873f |
| EUC-JP | 永g? | 1011000111001010101000111110011100111111 | b1caa3e73f |
| UTF-8 | 永g쵆 | 111001101011000010111000111011111011110110000111111011001011010110000110 | e6b0b8efbd87ecb586 |
| UHC | 永g쵆 | 111001111011010110100011111001111010110010001000 | e7b5a3e7ac88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)