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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 堯泄C | 1110101010011111100111111001010101000011 | ea9f9f9543 |
EUC-JP | 堯泄C | 1111010010100001110111011111010101000011 | f4a1ddf543 |
UTF-8 | 堯泄C | 11100101101000001010111111100110101100111000010001000011 | e5a0afe6b38443 |
UHC | 堯泄C | 1110100011101011111000001101110001000011 | e8ebe0dc43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)