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 | ?楮}?楮{^ | 001111111001111010111000011111010011111110011110101110000111101101011110 | 3f9eb87d3f9eb87b5e |
EUC-JP | ?楮}?楮{^ | 001111111101110010111010011111010011111111011100101110100111101101011110 | 3fdcba7d3fdcba7b5e |
UTF-8 | 술楮}술楮{^ | 111011001000100010100000111001101010010110101110011111011110110010001000101000001110011010100101101011100111101101011110 | ec88a0e6a5ae7dec88a0e6a5ae7b5e |
UHC | 술楮}술楮{^ | 1011110011111010111011101011111101111101101111001111101011101110101111110111101101011110 | bcfaeebf7dbcfaeebf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)