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 | 邯」笙ょ匡 | 111001111011011010100011111000101001100110000010111001011000101110100111 | e7b6a3e29982e58ba7 |
| EUC-JP | 邯」笙ょ匡 | 11101110101110001000111010100011111000111111100110100100111001111011011010101001 | eeb88ea3e3f9a4e7b6a9 |
| UTF-8 | 邯」笙ょ匡 | 111010011000001010101111111011111011110110100011111001111010110010011001111000111000001010000111111001011000110010100001 | e982afefbda3e7ac99e38287e58ca1 |
| UHC | 邯?笙ょ匡 | 110010101111101100111111110111111110100110101010111001111100111011000100 | cafb3fdfe9aae7cec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)