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 | ?A?}?A?{^ | 001111110100000100111111011111010011111101000001001111110111101101011110 | 3f413f7d3f413f7b5e |
SJIS-WIN | ?A?}?A?{^ | 001111110100000100111111011111010011111101000001001111110111101101011110 | 3f413f7d3f413f7b5e |
EUC-JP | ?A?}?A?{^ | 001111110100000100111111011111010011111101000001001111110111101101011110 | 3f413f7d3f413f7b5e |
UTF-8 | 뤵A섺}뤵A섺{^ | 1110101110100100101101010100000111101100100001001011101001111101111010111010010010110101010000011110110010000100101110100111101101011110 | eba4b541ec84ba7deba4b541ec84ba7b5e |
UHC | 뤵A섺}뤵A섺{^ | 10001111111000110100000110011001010001100111110110001111111000110100000110011001010001100111101101011110 | 8fe34199467d8fe34199467b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)