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 | 湘\}湘\{^ | 100011111100001101011100011111011000111111000011010111000111101101011110 | 8fc35c7d8fc35c7b5e |
EUC-JP | 湘\}湘\{^ | 101111101100010101011100011111011011111011000101010111000111101101011110 | bec55c7dbec55c7b5e |
UTF-8 | 湘\}湘\{^ | 1110011010111001100110000101110001111101111001101011100110011000010111000111101101011110 | e6b9985c7de6b9985c7b5e |
UHC | 湘\}湘\{^ | 110111111100111101011100011111011101111111001111010111000111101101011110 | dfcf5c7ddfcf5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)