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 | 뤋咐}뤋咐{^ | 111010111010010010001011111001011001001010010000011111011110101110100100100010111110010110010010100100000111101101011110 | eba48be592907deba48be592907b5e |
UHC | 뤋咐}뤋咐{^ | 1000111110111011110111001111101101111101100011111011101111011100111110110111101101011110 | 8fbbdcfb7d8fbbdcfb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)