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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 們?荏? | 100110001110110000111111100010010110000000111111 | 98ec3f89603f |
| EUC-JP | 們?荏? | 110100001110111000111111101100011100000100111111 | d0ee3fb1c13f |
| UTF-8 | 們룫荏평 | 111001011000000010010001111010111010001110101011111010001000110110001111111011011000111110001001 | e58091eba3abe88d8fed8f89 |
| UHC | 們룫荏평 | 1101100111111010100011111010001011101100111110111100011011110010 | d9fa8fa2ecfbc6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)