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 | ?qi?qiB | 00111111011100010110100100111111011100010110100101000010 | 3f71693f716942 |
SJIS-WIN | ?qi?qiB | 00111111011100010110100100111111011100010110100101000010 | 3f71693f716942 |
EUC-JP | ?qi?qiB | 00111111011100010110100100111111011100010110100101000010 | 3f71693f716942 |
UTF-8 | 혳qi혳qiB | 1110110110011000101100110111000101101001111011011001100010110011011100010110100101000010 | ed98b37169ed98b3716942 |
UHC | 혳qi혳qiB | 110000101001101001110001011010011100001010011010011100010110100101000010 | c29a7169c29a716942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)