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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 脱奪他短足 | 10010010010001011001001001000100100100011011110010010010010110101001000110101011 | 9245924491bc925a91ab |
EUC-JP | 脱奪他短足 | 11000011101001101100001110100101110000101011111011000011101110111100001010101101 | c3a6c3a5c2bec3bbc2ad |
UTF-8 | 脱奪他短足 | 111010001000010010110001111001011010010110101010111001001011101110010110111001111001111110101101111010001011011010110011 | e884b1e5a5aae4bb96e79fade8b6b3 |
UHC | ?奪他短足 | 001111111111011110101100111101101110001011010011101011011111000011101011 | 3ff7acf6e2d3adf0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)