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 | ??O[}??O[{^ | 0011111100111111010011110101101101111101001111110011111101001111010110110111101101011110 | 3f3f4f5b7d3f3f4f5b7b5e |
SJIS-WIN | ワロO[}ワロO[{^ | 1101110011011011010011110101101101111101110111001101101101001111010110110111101101011110 | dcdb4f5b7ddcdb4f5b7b5e |
EUC-JP | ワロO[}ワロO[{^ | 100011101101110010001110110110110100111101011011011111011000111011011100100011101101101101001111010110110111101101011110 | 8edc8edb4f5b7d8edc8edb4f5b7b5e |
UTF-8 | ワロO[}ワロO[{^ | 11101111101111101001110011101111101111101001101101001111010110110111110111101111101111101001110011101111101111101001101101001111010110110111101101011110 | efbe9cefbe9b4f5b7defbe9cefbe9b4f5b7b5e |
UHC | ??O[}??O[{^ | 0011111100111111010011110101101101111101001111110011111101001111010110110111101101011110 | 3f3f4f5b7d3f3f4f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)