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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 壌・篠皀 | 100011111110101110100101100011101100001011110100101001001110000110100011 | 8feba58ec2f4a4e1a3 |
| EUC-JP | 壌・篠?皀 | 101111101110110110001110101001011011110011000100001111111110001010100101 | beed8ea5bcc43fe2a5 |
| UTF-8 | 壌・篠皀 | 111001011010001110001100111011111011110110100101111001111010111110100000111011101000110110010011111001111001101010000000 | e5a38cefbda5e7afa0ee8d93e79a80 |
| UHC | ??篠?? | 001111110011111111100001110001100011111100111111 | 3f3fe1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)