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 | 蟆溢沫跋オ | 111001011011000010001000111011001001011010010111111001101110101110110101 | e5b088ec9697e6ebb5 |
| EUC-JP | 蟆溢沫跋オ | 11101010101100101011000011101110110010111111011111101100111011011000111010110101 | eab2b0eecbf7eced8eb5 |
| UTF-8 | 蟆溢沫跋オ | 111010001001111110000110111001101011101010100010111001101011001010101011111010001011011110001011111011111011110110110101 | e89f86e6baa2e6b2abe8b78befbdb5 |
| UHC | ?溢沫跋? | 0011111111101100111011101101100011001000110110111010001000111111 | 3feceed8c8dba23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)