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 | ©£¢®^ | 1010100110100011101000101010111001011110 | a9a3a2ae5e |
SJIS-WIN | ?£¢?^ | 00111111100000011001001010000001100100010011111101011110 | 3f819281913f5e |
EUC-JP | ©£¢®^ | 1000111110100010111011011010000111110010101000011111000110001111101000101110111001011110 | 8fa2eda1f2a1f18fa2ee5e |
UTF-8 | ©£¢®^ | 110000101010100111000010101000111100001010100010110000101010111001011110 | c2a9c2a3c2a2c2ae5e |
UHC | ???®^ | 001111110011111100111111101000101110011101011110 | 3f3f3fa2e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)