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 | 雎取勞蓁ソ | 111010001011000110001110111001101001100110100111111001001110101110111111 | e8b18ee699a7e4ebbf |
| EUC-JP | 雎取勞蓁ソ | 11110000101100111011110011101000110100101010100111101000111011011000111010111111 | f0b3bce8d2a9e8ed8ebf |
| UTF-8 | 雎取勞蓁ソ | 111010011001101110001110111001011000111110010110111001011000101110011110111010001001001110000001111011111011110110111111 | e99b8ee58f96e58b9ee89381efbdbf |
| UHC | 雎取勞?? | 1110111011010001111101101010001011010110110011000011111100111111 | eed1f6a2d6cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)