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 | 00111111011000100110111000111111011000100110111001000010 | 3f626e3f626e42 |
SJIS-WIN | 脱bn脱bnB | 100100100100010101100010011011101001001001000101011000100110111001000010 | 9245626e9245626e42 |
EUC-JP | 脱bn脱bnB | 110000111010011001100010011011101100001110100110011000100110111001000010 | c3a6626ec3a6626e42 |
UTF-8 | 脱bn脱bnB | 1110100010000100101100010110001001101110111010001000010010110001011000100110111001000010 | e884b1626ee884b1626e42 |
UHC | ?bn?bnB | 00111111011000100110111000111111011000100110111001000010 | 3f626e3f626e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)