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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阮大クク螳 | 1110100010010110100100011110010110111000101110001110010110101110 | e89691e5b8b8e5ae |
EUC-JP | 阮大クク螳 | 11101111111101101100001011100111100011101011100010001110101110001110101010110000 | eff6c2e78eb88eb8eab0 |
UTF-8 | 阮大クク螳 | 111010011001100010101110111001011010010010100111111011111011110110111000111011111011110110111000111010001001111010110011 | e998aee5a4a7efbdb8efbdb8e89eb3 |
UHC | 阮大??螳 | 1110100011010110110100111101111000111111001111111101001111011001 | e8d6d3de3f3fd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)