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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 叩贈叩贈^ | 100100100100000010010001101000011001001001000000100100011010000101011110 | 924091a1924091a15e |
EUC-JP | 叩贈叩贈^ | 110000111010000111000010101000111100001110100001110000101010001101011110 | c3a1c2a3c3a1c2a35e |
UTF-8 | 叩贈叩贈^ | 11100101100011111010100111101000101101001000100011100101100011111010100111101000101101001000100001011110 | e58fa9e8b488e58fa9e8b4885e |
UHC | 叩贈叩贈^ | 110011011011000011110001111111001100110110110000111100011111110001011110 | cdb0f1fccdb0f1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)