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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 亦跫癰\ | 10010110100100101110011011101101111000011001111001011100 | 9692e6ede19e5c |
EUC-JP | 亦跫癰\ | 11001011111100101110110011101111111000011111111001011100 | cbf2ecefe1fe5c |
UTF-8 | 亦跫癰\ | 11100100101110101010011011101000101101111010101111100111100110011011000001011100 | e4baa6e8b7abe799b05c |
UHC | 亦?癰\ | 111001101011001000111111111010001011100101011100 | e6b23fe8b95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)