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 | ????r{d | 00111111001111110011111100111111011100100111101101100100 | 3f3f3f3f727b64 |
SJIS-WIN | ゙ゥ蕚r{d | 110111101010100111100100110101001111011010110100011100100111101101100100 | dea9e4d4f6b4727b64 |
EUC-JP | ゙ゥ蕚?r{d | 10001110110111101000111010101001111010001101011000111111011100100111101101100100 | 8ede8ea9e8d63f727b64 |
UTF-8 | ゙ゥ蕚r{d | 111011111011111010011110111011111011110110101001111010001001010110011010111011101001001110011011011100100111101101100100 | efbe9eefbda9e8959aee939b727b64 |
UHC | ????r{d | 00111111001111110011111100111111011100100111101101100100 | 3f3f3f3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)