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 | ꢴí? | 1110101010100010101101001110110100111111 | eaa2b4ed3f |
SJIS-WIN | ?¢´?? | 00111111100000011001000110000001010011000011111100111111 | 3f8191814c3f3f |
EUC-JP | ê¢´íŤ | 10001111101010111011010010100001111100011010000110101101100011111010101110111111100011111010101011100000 | 8fabb4a1f1a1ad8fabbf8faae0 |
UTF-8 | ê¢´íŤ | 11000011101010101100001010100010110000101011010011000011101011011100010110100100 | c3aac2a2c2b4c3adc5a4 |
UHC | ??´?? | 001111110011111110100010101001010011111100111111 | 3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)