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 | ä°\}ä°\{^ | 111001001011000001011100011111011110010010110000010111000111101101011110 | e4b05c7de4b05c7b5e |
SJIS-WIN | ?°\}?°\{^ | 0011111110000001100010110101110001111101001111111000000110001011010111000111101101011110 | 3f818b5c7d3f818b5c7b5e |
EUC-JP | ä°\}ä°\{^ | 100011111010101110100011101000011110101101011100011111011000111110101011101000111010000111101011010111000111101101011110 | 8faba3a1eb5c7d8faba3a1eb5c7b5e |
UTF-8 | ä°\}ä°\{^ | 11000011101001001100001010110000010111000111110111000011101001001100001010110000010111000111101101011110 | c3a4c2b05c7dc3a4c2b05c7b5e |
UHC | ?°\}?°\{^ | 0011111110100001110001100101110001111101001111111010000111000110010111000111101101011110 | 3fa1c65c7d3fa1c65c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)