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 | ???塢ф? | 0011111100111111001111111001101011000111100001001000011000111111 | 3f3f3f9ac784863f |
| EUC-JP | ???塢ф? | 0011111100111111001111111101010011001001101001111110011000111111 | 3f3f3fd4c9a7e63f |
| UTF-8 | 琉드쓿塢ф셀 | 1110111110100111100011001110101110010011100111001110110010010011101111111110010110100001101000101101000110000100111011001000010110000000 | efa78ceb939cec93bfe5a1a2d184ec8580 |
| UHC | 琉드쓿塢ф셀 | 111010111010010010110101111001011011111010110111111001111111000110101100111001101011110010111111 | eba4b5e5beb7e7f1ace6bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)