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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 荏?藜^ | 100010010110000000111111111001010101101101011110 | 89603fe55b5e |
EUC-JP | 荏?藜^ | 101100011100000100111111111010011011110001011110 | b1c13fe9bc5e |
UTF-8 | 荏븅藜^ | 11101000100011011000111111101011101110001000010111101000100101111001110001011110 | e88d8febb885e8979c5e |
UHC | 荏븅藜^ | 11101100111110111011101011101001110101011110110101011110 | ecfbbae9d5ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)