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 | 順術執貽? | 100011111000011110001111011100001000111010110111111001101100010000111111 | 8f878f708eb7e6c43f |
EUC-JP | 順術執貽璇 | 1011110111100111101111011101000110111100101110011110110011000110100011111100110011001111 | bde7bdd1bcb9ecc68fcccf |
UTF-8 | 順術執貽璇 | 111010011010000010000110111010001010000110010011111001011001111110110111111010001011001010111101111001111001001010000111 | e9a086e8a193e59fb7e8b2bde79287 |
UHC | 順術執貽璇 | 11100010111101111110001011111010111100101111101111101100110000101110000011000110 | e2f7e2faf2fbecc2e0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)