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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 墺k?宥 | 10011010110100101000001010001011001111111001011101000111 | 9ad2828b3f9747 |
EUC-JP | 墺k?宥 | 11010100110101001010001111101011001111111100110110101000 | d4d4a3eb3fcda8 |
UTF-8 | 墺k톩宥 | 111001011010001010111010111011111011110110001011111011011000011010101001111001011010111010100101 | e5a2baefbd8bed86a9e5aea5 |
UHC | 墺k톩宥 | 1110011111110010101000111110101110110111100000011110101011101001 | e7f2a3ebb781eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)