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 | ?楔}?楔{^ | 001111111001111010110110011111010011111110011110101101100111101101011110 | 3f9eb67d3f9eb67b5e |
EUC-JP | ?楔}?楔{^ | 001111111101110010111000011111010011111111011100101110000111101101011110 | 3fdcb87d3fdcb87b5e |
UTF-8 | 숥楔}숥楔{^ | 111011001000100010100101111001101010010110010100011111011110110010001000101001011110011010100101100101000111101101011110 | ec88a5e6a5947dec88a5e6a5947b5e |
UHC | 숥楔}숥楔{^ | 1001101001000010111000001101101101111101100110100100001011100000110110110111101101011110 | 9a42e0db7d9a42e0db7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)