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{^ | 1001110101101111100010101000001101111101100111010110111110001010100000110111101101011110 | 9d6f8a837d9d6f8a837b5e |
SJIS-WIN | ?o??}?o??{^ | 0011111101101111001111110011111101111101001111110110111100111111001111110111101101011110 | 3f6f3f3f7d3f6f3f3f7b5e |
EUC-JP | ?o??}?o??{^ | 0011111101101111001111110011111101111101001111110110111100111111001111110111101101011110 | 3f6f3f3f7d3f6f3f3f7b5e |
UTF-8 | o}o{^ | 1100001010011101011011111100001010001010110000101000001101111101110000101001110101101111110000101000101011000010100000110111101101011110 | c29d6fc28ac2837dc29d6fc28ac2837b5e |
UHC | ?o??}?o??{^ | 0011111101101111001111110011111101111101001111110110111100111111001111110111101101011110 | 3f6f3f3f7d3f6f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)