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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 淼夭貍軟貊」 | 1111101101000101100110101110111011100110101111001001001111101110111001101011101110100011 | fb459aeee6bc93eee6bba3 |
| EUC-JP | 淼夭貍軟貊」 | 10001111110001111110011011010100111100001110110010111110110001101111000011101100101111011000111010100011 | 8fc7e6d4f0ecbec6f0ecbd8ea3 |
| UTF-8 | 淼夭貍軟貊」 | 111001101011011110111100111001011010010010101101111010001011001010001101111010001011101110011111111010001011001010001010111011111011110110100011 | e6b7bce5a4ade8b28de8bb9fe8b28aefbda3 |
| UHC | ?夭?軟貊? | 001111111110100011101100001111111110011011100011110110001110011100111111 | 3fe8ec3fe6e3d8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)