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 | 11100110011000100110111011100110011000100110111001000010 | e6626ee6626e42 |
SJIS-WIN | ?bn?bnB | 00111111011000100110111000111111011000100110111001000010 | 3f626e3f626e42 |
EUC-JP | æbnæbnB | 1000111110101001110000010110001001101110100011111010100111000001011000100110111001000010 | 8fa9c1626e8fa9c1626e42 |
UTF-8 | æbnæbnB | 110000111010011001100010011011101100001110100110011000100110111001000010 | c3a6626ec3a6626e42 |
UHC | æbnæbnB | 101010011010000101100010011011101010100110100001011000100110111001000010 | a9a1626ea9a1626e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)