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 | 映\}映\{^ | 100010010110011001011100011111011000100101100110010111000111101101011110 | 89665c7d89665c7b5e |
EUC-JP | 映\}映\{^ | 101100011100011101011100011111011011000111000111010111000111101101011110 | b1c75c7db1c75c7b5e |
UTF-8 | 映\}映\{^ | 1110011010011000101000000101110001111101111001101001100010100000010111000111101101011110 | e698a05c7de698a05c7b5e |
UHC | 映\}映\{^ | 111001111011000101011100011111011110011110110001010111000111101101011110 | e7b15c7de7b15c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)