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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 脱他脱他B | 100100100100010110010001101111001001001001000101100100011011110001000010 | 924591bc924591bc42 |
EUC-JP | 脱他脱他B | 110000111010011011000010101111101100001110100110110000101011111001000010 | c3a6c2bec3a6c2be42 |
UTF-8 | 脱他脱他B | 11101000100001001011000111100100101110111001011011101000100001001011000111100100101110111001011001000010 | e884b1e4bb96e884b1e4bb9642 |
UHC | ?他?他B | 00111111111101101110001000111111111101101110001001000010 | 3ff6e23ff6e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)