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??^ | 0011111101110001001111110011111101011110 | 3f713f3f5e |
SJIS-WIN | ?q??^ | 0011111101110001001111110011111101011110 | 3f713f3f5e |
EUC-JP | ?q??^ | 0011111101110001001111110011111101011110 | 3f713f3f5e |
UTF-8 | 혧q챕챰^ | 1110110110011000101001110111000111101100101100011001010111101100101100011011000001011110 | ed98a771ecb195ecb1b05e |
UHC | 혧q챕챰^ | 1100001010001111011100011100001110101001110000111011000101011110 | c28f71c3a9c3b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)