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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鄒枴}鄒枴{^ | 1110011110111110100111100110100101111101111001111011111010011110011010010111101101011110 | e7be9e697de7be9e697b5e |
EUC-JP | 鄒枴}鄒枴{^ | 1110111011000000110110111100101001111101111011101100000011011011110010100111101101011110 | eec0dbca7deec0dbca7b5e |
UTF-8 | 鄒枴}鄒枴{^ | 111010011000010010010010111001101001111010110100011111011110100110000100100100101110011010011110101101000111101101011110 | e98492e69eb47de98492e69eb47b5e |
UHC | 鄒?}鄒?{^ | 111101011101101100111111011111011111010111011011001111110111101101011110 | f5db3f7df5db3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)