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 | çUE | 111001110101010101000101 | e75545 |
SJIS-WIN | ?UE | 001111110101010101000101 | 3f5545 |
EUC-JP | çUE | 1000111110101011101011100101010101000101 | 8fabae5545 |
UTF-8 | çUE | 11000011101001110101010101000101 | c3a75545 |
UHC | ?UE | 001111110101010101000101 | 3f5545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)