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 | 魏イ鮖ソ鈞 | 1110100110110000101100101110100110111001101111111110011111100000 | e9b0b2e9b9bfe7e0 |
EUC-JP | 魏イ鮖ソ鈞 | 11110010101100101000111010110010111100101011101110001110101111111110111011100010 | f2b28eb2f2bb8ebfeee2 |
UTF-8 | 魏イ鮖ソ鈞 | 111010011010110110001111111011111011110110110010111010011010111010010110111011111011110110111111111010011000100010011110 | e9ad8fefbdb2e9ae96efbdbfe9889e |
UHC | 魏???鈞 | 11101010111000000011111100111111001111111101000010110111 | eae03f3f3fd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)