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 | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
| UTF-8 | 降랑맘 | 111011111010100010001001111010111001111010010001111010111010011110011000 | efa889eb9e91eba798 |
| UHC | 降랑맘 | 111110101010001010110110111110111011100010111110 | faa2b6fbb8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)