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 | 釣?匪游 | 10010010110111100011111110010100110110011001111111100000 | 92de3f94d99fe0 |
| EUC-JP | 釣?匪游 | 11000100111000000011111111001000110110111101111011100010 | c4e03fc8dbdee2 |
| UTF-8 | 釣몃匪游 | 111010011000011110100011111010111010101010000011111001011000110010101010111001101011100010111000 | e987a3ebaa83e58caae6b8b8 |
| UHC | 釣몃匪游 | 1111000011100101101110001110101111011101111000111110101011111101 | f0e5b8ebdde3eafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)