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 | 猜鮗靈貅蠕 | 11100000110010001110100110111010111010001100101111100110101110101110010110111110 | e0c8e9bae8cbe6bae5be |
EUC-JP | 猜鮗靈貅蠕 | 11100000110010101111001010111100111100001100110111101100101111001110101011000000 | e0caf2bcf0cdecbceac0 |
UTF-8 | 猜鮗靈貅蠕 | 111001111000110010011100111010011010111010010111111010011001110110001000111010001011001010000101111010001010000010010101 | e78c9ce9ae97e99d88e8b285e8a095 |
UHC | 猜?靈?? | 11100011110001000011111111010110110001000011111100111111 | e3c43fd6c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)