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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?咐}?咐{^ | 001111111001100111110011011111010011111110011001111100110111101101011110 | 3f99f37d3f99f37b5e |
EUC-JP | ?咐}?咐{^ | 001111111101001011110101011111010011111111010010111101010111101101011110 | 3fd2f57d3fd2f57b5e |
UTF-8 | 뤩咐}뤩咐{^ | 111010111010010010101001111001011001001010010000011111011110101110100100101010011110010110010010100100000111101101011110 | eba4a9e592907deba4a9e592907b5e |
UHC | 뤩咐}뤩咐{^ | 1000111111010111110111001111101101111101100011111101011111011100111110110111101101011110 | 8fd7dcfb7d8fd7dcfb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)