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 | 濶殘}濶殘{^ | 1110100010001001100111110110101101111101111010001000100110011111011010110111101101011110 | e8899f6b7de8899f6b7b5e |
EUC-JP | 濶殘}濶殘{^ | 1110111111101001110111011100110001111101111011111110100111011101110011000111101101011110 | efe9ddcc7defe9ddcc7b5e |
UTF-8 | 濶殘}濶殘{^ | 111001101011111110110110111001101010111010011000011111011110011010111111101101101110011010101110100110000111101101011110 | e6bfb6e6ae987de6bfb6e6ae987b5e |
UHC | ?殘}?殘{^ | 001111111110110111010001011111010011111111101101110100010111101101011110 | 3fedd17d3fedd17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)