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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 搖\}搖\{^ | 100111011000101001011100011111011001110110001010010111000111101101011110 | 9d8a5c7d9d8a5c7b5e |
EUC-JP | 搖\}搖\{^ | 110110011110101001011100011111011101100111101010010111000111101101011110 | d9ea5c7dd9ea5c7b5e |
UTF-8 | 搖\}搖\{^ | 1110011010010000100101100101110001111101111001101001000010010110010111000111101101011110 | e690965c7de690965c7b5e |
UHC | 搖\}搖\{^ | 111010001111010001011100011111011110100011110100010111000111101101011110 | e8f45c7de8f45c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)