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 | àuUB | 1110000001110101100101100101010101000010 | e075965542 |
SJIS-WIN | ?u?UB | 0011111101110101001111110101010101000010 | 3f753f5542 |
EUC-JP | àu?UB | 10001111101010111010001001110101001111110101010101000010 | 8faba2753f5542 |
UTF-8 | àuUB | 11000011101000000111010111000010100101100101010101000010 | c3a075c2965542 |
UHC | ?u?UB | 0011111101110101001111110101010101000010 | 3f753f5542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)