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 | 11000011101001110101010101000101 | c3a75545 |
SJIS-WIN | ?§UE | 0011111110000001100110000101010101000101 | 3f81985545 |
EUC-JP | çUE | 10001111101010101010101010100001111110000101010101000101 | 8faaaaa1f85545 |
UTF-8 | çUE | 110000111000001111000010101001110101010101000101 | c383c2a75545 |
UHC | ?§UE | 0011111110100001110101110101010101000101 | 3fa1d75545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)