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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 穽鴣\}穽鴣\{^ | 11100010011101101110100111110011010111000111110111100010011101101110100111110011010111000111101101011110 | e276e9f35c7de276e9f35c7b5e |
EUC-JP | 穽鴣\}穽鴣\{^ | 11100011110101111111001011110101010111000111110111100011110101111111001011110101010111000111101101011110 | e3d7f2f55c7de3d7f2f55c7b5e |
UTF-8 | 穽鴣\}穽鴣\{^ | 1110011110101001101111011110100110110100101000110101110001111101111001111010100110111101111010011011010010100011010111000111101101011110 | e7a9bde9b4a35c7de7a9bde9b4a35c7b5e |
UHC | 穽?\}穽?\{^ | 1110111111110000001111110101110001111101111011111111000000111111010111000111101101011110 | eff03f5c7deff03f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)