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 | Ô¥B | 110101001010010101000010 | d4a542 |
SJIS-WIN | ?¥B | 00111111100000011000111101000010 | 3f818f42 |
EUC-JP | Ô?B | 1000111110101010110101000011111101000010 | 8faad43f42 |
UTF-8 | Ô¥B | 1100001110010100110000101010010101000010 | c394c2a542 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)