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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 讖壱氣^ | 11100110101010011000100011101011100111111000011001011110 | e6a988eb9f865e |
EUC-JP | 讖壱氣^ | 11101100101010111011000011101101110111011110011001011110 | ecabb0eddde65e |
UTF-8 | 讖壱氣^ | 11101000101011101001011011100101101000111011000111100110101100001010001101011110 | e8ae96e5a3b1e6b0a35e |
UHC | 讖?氣^ | 111100111101100100111111110100011010100001011110 | f3d93fd1a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)