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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 粤衰慨跚 | 1110001011100011100100001000101010001010010100111110011011100111 | e2e3908a8a53e6e7 |
EUC-JP | 粤衰慨跚 | 1110010011100101101111111110101010110011101101001110110011101001 | e4e5bfeab3b4ece9 |
UTF-8 | 粤衰慨跚 | 111001111011001010100100111010001010000110110000111001101000010110101000111010001011011110011010 | e7b2a4e8a1b0e685a8e8b79a |
UHC | ?衰慨? | 001111111110000111110001110010111100011000111111 | 3fe1f1cbc63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)