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 | ©£©ö\ | 1010100110100011101010011111011001011100 | a9a3a9f65c |
SJIS-WIN | ?£??\ | 001111111000000110010010001111110011111101011100 | 3f81923f3f5c |
EUC-JP | ©£©ö\ | 100011111010001011101101101000011111001010001111101000101110110110001111101010111101001101011100 | 8fa2eda1f28fa2ed8fabd35c |
UTF-8 | ©£©ö\ | 110000101010100111000010101000111100001010101001110000111011011001011100 | c2a9c2a3c2a9c3b65c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)