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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 癲щ???F | 1110000110011111100001001000101100111111001111110011111101000110 | e19f848b3f3f3f46 |
EUC-JP | 癲щ???F | 1110001010100001101001111110101100111111001111110011111101000110 | e2a1a7eb3f3f3f46 |
UTF-8 | 癲щ톩留뺹F | 111001111001100110110010110100011000100111101101100001101010100111101111101001111000110111101011101110101011100101000110 | e799b2d189ed86a9efa78debbab946 |
UHC | 癲щ톩留뺹F | 1110111110100110101011001110101110110111100000011110101110100111100101100100001001000110 | efa6acebb781eba7964246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)