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 | 墺k?宥? | 1001101011010010100000101000101100111111100101110100011100111111 | 9ad2828b3f97473f |
EUC-JP | 墺k?宥? | 1101010011010100101000111110101100111111110011011010100000111111 | d4d4a3eb3fcda83f |
UTF-8 | 墺k톩宥좦 | 111001011010001010111010111011111011110110001011111011011000011010101001111001011010111010100101111011001010001010100110 | e5a2baefbd8bed86a9e5aea5eca2a6 |
UHC | 墺k톩宥좦 | 11100111111100101010001111101011101101111000000111101010111010011010000101000010 | e7f2a3ebb781eae9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)