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 | 燒?\}燒?\{^ | 1110000010010110001111110101110001111101111000001001011000111111010111000111101101011110 | e0963f5c7de0963f5c7b5e |
EUC-JP | 燒?\}燒?\{^ | 1101111111110110001111110101110001111101110111111111011000111111010111000111101101011110 | dff63f5c7ddff63f5c7b5e |
UTF-8 | 燒稶\}燒稶\{^ | 1110011110000111100100101110011110101000101101100101110001111101111001111000011110010010111001111010100010110110010111000111101101011110 | e78792e7a8b65c7de78792e7a8b65c7b5e |
UHC | 燒稶\}燒稶\{^ | 11100001110000001110100111110011010111000111110111100001110000001110100111110011010111000111101101011110 | e1c0e9f35c7de1c0e9f35c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)