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[{^ | 001111110100111101011011011111010011111101001111010110110111101101011110 | 3f4f5b7d3f4f5b7b5e |
SJIS-WIN | 螺O[}螺O[{^ | 1001011110000110010011110101101101111101100101111000011001001111010110110111101101011110 | 97864f5b7d97864f5b7b5e |
EUC-JP | 螺O[}螺O[{^ | 1100110111100110010011110101101101111101110011011110011001001111010110110111101101011110 | cde64f5b7dcde64f5b7b5e |
UTF-8 | 螺O[}螺O[{^ | 11101000100111101011101001001111010110110111110111101000100111101011101001001111010110110111101101011110 | e89eba4f5b7de89eba4f5b7b5e |
UHC | 螺O[}螺O[{^ | 1101010110100010010011110101101101111101110101011010001001001111010110110111101101011110 | d5a24f5b7dd5a24f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)