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 | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-WIN | 遶ッK}遶ッK{^ | 1110011110101011101011110100101101111101111001111010101110101111010010110111101101011110 | e7abaf4b7de7abaf4b7b5e |
EUC-JP | 遶ッK}遶ッK{^ | 11101110101011011000111010101111010010110111110111101110101011011000111010101111010010110111101101011110 | eead8eaf4b7deead8eaf4b7b5e |
UTF-8 | 遶ッK}遶ッK{^ | 1110100110000001101101101110111110111101101011110100101101111101111010011000000110110110111011111011110110101111010010110111101101011110 | e981b6efbdaf4b7de981b6efbdaf4b7b5e |
UHC | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)