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 | 001111110011111101110001011010010011111100111111011100010110100101000010 | 3f3f71693f3f716942 |
SJIS-WIN | ??qi??qiB | 001111110011111101110001011010010011111100111111011100010110100101000010 | 3f3f71693f3f716942 |
EUC-JP | ??qi??qiB | 001111110011111101110001011010010011111100111111011100010110100101000010 | 3f3f71693f3f716942 |
UTF-8 | 횂혳qi횂혳qiB | 1110110110011010100000101110110110011000101100110111000101101001111011011001101010000010111011011001100010110011011100010110100101000010 | ed9a82ed98b37169ed9a82ed98b3716942 |
UHC | 횂혳qi횂혳qiB | 11000011100000101100001010011010011100010110100111000011100000101100001010011010011100010110100101000010 | c382c29a7169c382c29a716942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)