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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萎??耕 | 100010001101111000111111001111111000110101101011 | 88de3f3f8d6b |
EUC-JP | 萎??耕 | 101100001110000000111111001111111011100111001100 | b0e03f3fb9cc |
UTF-8 | 萎뤑쫷耕 | 111010001001000010001110111010111010010010010001111011001010101110110111111010001000000010010101 | e8908eeba491ecabb7e88095 |
UHC | 萎뤑쫷耕 | 1110101011010111100011111100000110100110100011101100110011101001 | ead78fc1a68ecce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)