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 | áÐ? | 111000011101000000111111 | e1d03f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | á?? | 1000111110101011101000010011111100111111 | 8faba13f3f |
UTF-8 | áÐ? | 1100001110100001110000111001000000111111 | c3a1c3903f |
UHC | ?Ð? | 00111111101010001010001000111111 | 3fa8a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)