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 | 迸ソ迴ア遐 | 1110011110011110101111111110011110001111101100011110011110100000 | e79ebfe78fb1e7a0 |
| EUC-JP | 迸ソ迴ア遐 | 11101101111111101000111010111111111011011110111110001110101100011110111010100010 | edfe8ebfedef8eb1eea2 |
| UTF-8 | 迸ソ迴ア遐 | 111010001011111110111000111011111011110110111111111010001011111110110100111011111011110110110001111010011000000110010000 | e8bfb8efbdbfe8bfb4efbdb1e98190 |
| UHC | ????遐 | 001111110011111100111111001111111111100111000110 | 3f3f3f3ff9c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)