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 | ??bn??bnB | 001111110011111101100010011011100011111100111111011000100110111001000010 | 3f3f626e3f3f626e42 |
SJIS-WIN | 賊?bn賊?bnB | 1001000110101111001111110110001001101110100100011010111100111111011000100110111001000010 | 91af3f626e91af3f626e42 |
EUC-JP | 賊?bn賊?bnB | 1100001010110001001111110110001001101110110000101011000100111111011000100110111001000010 | c2b13f626ec2b13f626e42 |
UTF-8 | 賊렠bn賊렠bnB | 1110100010110011100010101110101110100000101000000110001001101110111010001011001110001010111010111010000010100000011000100110111001000010 | e8b38aeba0a0626ee8b38aeba0a0626e42 |
UHC | 賊렠bn賊렠bnB | 11101110111001001000111010110001011000100110111011101110111001001000111010110001011000100110111001000010 | eee48eb1626eeee48eb1626e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)