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 | áMB | 111000010100110101000010 | e14d42 |
SJIS-WIN | ?MB | 001111110100110101000010 | 3f4d42 |
EUC-JP | áMB | 1000111110101011101000010100110101000010 | 8faba14d42 |
UTF-8 | áMB | 11000011101000010100110101000010 | c3a14d42 |
UHC | ?MB | 001111110100110101000010 | 3f4d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)