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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 毒n}毒n{^ | 10010011110001011111011111110111011011100111110110010011110001011111011111110111011011100111101101011110 | 93c5f7f76e7d93c5f7f76e7b5e |
EUC-JP | 毒?n}毒?n{^ | 1100011011000111001111110110111001111101110001101100011100111111011011100111101101011110 | c6c73f6e7dc6c73f6e7b5e |
UTF-8 | 毒n}毒n{^ | 1110011010101111100100101110111010010111100110100110111001111101111001101010111110010010111011101001011110011010011011100111101101011110 | e6af92ee979a6e7de6af92ee979a6e7b5e |
UHC | 毒?n}毒?n{^ | 1101010010111000001111110110111001111101110101001011100000111111011011100111101101011110 | d4b83f6e7dd4b83f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)