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 | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-WIN | 召ア娼ホ[ | 10001111101000101011000110001111101010011100111001011011 | 8fa2b18fa9ce5b |
EUC-JP | 召ア娼ホ[ | 101111101010010010001110101100011011111010101011100011101100111001011011 | bea48eb1beab8ece5b |
UTF-8 | 召ア娼ホ[ | 11100101100011111010110011101111101111011011000111100101101010001011110011101111101111101000111001011011 | e58facefbdb1e5a8bcefbe8e5b |
UHC | 召?娼?[ | 11100001101011110011111111110011110111100011111101011011 | e1af3ff3de3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)