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 | 墺k?宥?? | 100110101101001010000010100010110011111110010111010001110011111100111111 | 9ad2828b3f97473f3f |
EUC-JP | 墺k?宥?? | 110101001101010010100011111010110011111111001101101010000011111100111111 | d4d4a3eb3fcda83f3f |
UTF-8 | 墺k톩宥얌벧 | 111001011010001010111010111011111011110110001011111011011000011010101001111001011010111010100101111011001001011010001100111010111011001010100111 | e5a2baefbd8bed86a9e5aea5ec968cebb2a7 |
UHC | 墺k톩宥얌벧 | 111001111111001010100011111010111011011110000001111010101110100110111110111001001011101010100110 | e7f2a3ebb781eae9bee4baa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)