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 | 茫¥酬 | 111001001010100110000001100011111000111101010110 | e4a9818f8f56 |
| EUC-JP | 茫¥酬 | 111010001010101110100001111011111011110110110111 | e8aba1efbdb7 |
| UTF-8 | 茫¥酬 | 111010001000110010101011111011111011111110100101111010011000010110101100 | e88cabefbfa5e985ac |
| UHC | 茫¥酬 | 110110001101010010100001110011011110001011000110 | d8d4a1cde2c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)