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 | 精?才?之 | 1001000010111000001111111000110111001011001111111001010001010110 | 90b83f8dcb3f9456 |
| EUC-JP | 精?才?之 | 1100000010111010001111111011101011001101001111111100011110110111 | c0ba3fbacd3fc7b7 |
| UTF-8 | 精렋才렱之 | 111001111011001010111110111010111010000010001011111001101000100110001101111010111010000010110001111001001011100110001011 | e7b2beeba08be6898deba0b1e4b98b |
| UHC | 精렋才렱之 | 11101111111100011000111010100010111011101010011010001110101111101111000111111101 | eff18ea2eea68ebef1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)