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 | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
SJIS-WIN | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
EUC-JP | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
UTF-8 | 혮챔혶혛혶Q | 11101101100110001010111011101100101100011001010011101101100110001011011011101101100110001001101111101101100110001011011001010001 | ed98aeecb194ed98b6ed989bed98b651 |
UHC | 혮챔혶혛혶Q | 1100001010010101110000111010100011000010100111011100001010000110110000101001110101010001 | c295c3a8c29dc286c29d51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)