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 | 脱棚村其村 | 10010010010001011001001001001001100100011011101010010001101101001001000110111010 | 9245924991ba91b491ba |
EUC-JP | 脱棚村其村 | 11000011101001101100001110101010110000101011110011000010101101101100001010111100 | c3a6c3aac2bcc2b6c2bc |
UTF-8 | 脱棚村其村 | 111010001000010010110001111001101010001110011010111001101001110110010001111001011000010110110110111001101001110110010001 | e884b1e6a39ae69d91e585b6e69d91 |
UHC | ?棚村其村 | 001111111101110111011100111101011011110111010000111011001111010110111101 | 3fdddcf5bdd0ecf5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)