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 | 燥\}燥\{^ | 100100011000011101011100011111011001000110000111010111000111101101011110 | 91875c7d91875c7b5e |
EUC-JP | 燥\}燥\{^ | 110000011110011101011100011111011100000111100111010111000111101101011110 | c1e75c7dc1e75c7b5e |
UTF-8 | 燥\}燥\{^ | 1110011110000111101001010101110001111101111001111000011110100101010111000111101101011110 | e787a55c7de787a55c7b5e |
UHC | 燥\}燥\{^ | 111100001100111101011100011111011111000011001111010111000111101101011110 | f0cf5c7df0cf5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)