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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 鋐ホ迴ルシ^ | 1111101111010010110011101110011110001111110110011011110001011110 | fbd2cee78fd9bc5e |
| EUC-JP | 鋐ホ迴ルシ^ | 100011111110010010111110100011101100111011101101111011111000111011011001100011101011110001011110 | 8fe4be8eceedef8ed98ebc5e |
| UTF-8 | 鋐ホ迴ルシ^ | 11101001100010111001000011101111101111101000111011101000101111111011010011101111101111101001100111101111101111011011110001011110 | e98b90efbe8ee8bfb4efbe99efbdbc5e |
| UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)