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 | 耶???? | 100101101110101100111111001111110011111100111111 | 96eb3f3f3f3f |
EUC-JP | 耶??絪? | 1100110011101101001111110011111110001111110100111110110000111111 | cced3f3f8fd3ec3f |
UTF-8 | 耶껋쉯絪쿍 | 111010001000000010110110111010101011101110001011111011001000100110101111111001111011010110101010111011001011111110001101 | e880b6eabb8bec89afe7b5aaecbf8d |
UHC | 耶껋쉯絪쿍 | 11100101101011011000001111101100100110101000011111101100110111111011001101000010 | e5ad83ec9a87ecdfb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)