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 | 驟碁气閠 | 1110100110000101100011001110100110011111100000111110100010000000 | e9858ce99f83e880 |
| EUC-JP | 驟碁气閠 | 1111000111100101101110001110101111011101111000111110111111100000 | f1e5b8ebdde3efe0 |
| UTF-8 | 驟碁气閠 | 111010011010100110011111111001111010001010000001111001101011000010010100111010011001011010100000 | e9a99fe7a281e6b094e996a0 |
| UHC | 驟碁?? | 111101101010111011010001101100110011111100111111 | f6aed1b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)