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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 召ア娼ホ^ | 10001111101000101011000110001111101010011100111001011110 | 8fa2b18fa9ce5e |
EUC-JP | 召ア娼ホ^ | 101111101010010010001110101100011011111010101011100011101100111001011110 | bea48eb1beab8ece5e |
UTF-8 | 召ア娼ホ^ | 11100101100011111010110011101111101111011011000111100101101010001011110011101111101111101000111001011110 | e58facefbdb1e5a8bcefbe8e5e |
UHC | 召?娼?^ | 11100001101011110011111111110011110111100011111101011110 | e1af3ff3de3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)