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 | ?oon}?oon{^ | 0011111101101111011011110110111001111101001111110110111101101111011011100111101101011110 | 3f6f6f6e7d3f6f6f6e7b5e |
SJIS-WIN | 嘔oon}嘔oon{^ | 10011010011100010110111101101111011011100111110110011010011100010110111101101111011011100111101101011110 | 9a716f6f6e7d9a716f6f6e7b5e |
EUC-JP | 嘔oon}嘔oon{^ | 11010011110100100110111101101111011011100111110111010011110100100110111101101111011011100111101101011110 | d3d26f6f6e7dd3d26f6f6e7b5e |
UTF-8 | 嘔oon}嘔oon{^ | 111001011001100010010100011011110110111101101110011111011110010110011000100101000110111101101111011011100111101101011110 | e598946f6f6e7de598946f6f6e7b5e |
UHC | 嘔oon}嘔oon{^ | 11001111101001010110111101101111011011100111110111001111101001010110111101101111011011100111101101011110 | cfa56f6f6e7dcfa56f6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)