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 | åU\ | 11100101010101011000101101011100 | e5558b5c |
SJIS-WIN | ?U?\ | 00111111010101010011111101011100 | 3f553f5c |
EUC-JP | åU?\ | 100011111010101110101001010101010011111101011100 | 8faba9553f5c |
UTF-8 | åU\ | 110000111010010101010101110000101000101101011100 | c3a555c28b5c |
UHC | ?U?\ | 00111111010101010011111101011100 | 3f553f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)