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 | 뤫咐}뤫咐{^ | 111010111010010010101011111001011001001010010000011111011110101110100100101010111110010110010010100100000111101101011110 | eba4abe592907deba4abe592907b5e |
UHC | 뤫咐}뤫咐{^ | 1000111111011001110111001111101101111101100011111101100111011100111110110111101101011110 | 8fd9dcfb7d8fd9dcfb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)