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 | ?殞}?殞{^ | 001111111001111101101101011111010011111110011111011011010111101101011110 | 3f9f6d7d3f9f6d7b5e |
EUC-JP | ?殞}?殞{^ | 001111111101110111001110011111010011111111011101110011100111101101011110 | 3fddce7d3fddce7b5e |
UTF-8 | 稶殞}稶殞{^ | 111001111010100010110110111001101010111010011110011111011110011110101000101101101110011010101110100111100111101101011110 | e7a8b6e6ae9e7de7a8b6e6ae9e7b5e |
UHC | 稶殞}稶殞{^ | 1110100111110011111010011111100101111101111010011111001111101001111110010111101101011110 | e9f3e9f97de9f3e9f97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)