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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
SJIS-WIN | 召尞ゥフ_ | 10001111101000101111101010101011101010011100110001011111 | 8fa2faaba9cc5f |
EUC-JP | 召尞ゥフ_ | 10111110101001001000111110111010111010111000111010101001100011101100110001011111 | bea48fbaeb8ea98ecc5f |
UTF-8 | 召尞ゥフ_ | 11100101100011111010110011100101101100001001111011101111101111011010100111101111101111101000110001011111 | e58face5b09eefbda9efbe8c5f |
UHC | 召???_ | 111000011010111100111111001111110011111101011111 | e1af3f3f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)