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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 迂?B | 10001001010010010011111101000010 | 89493f42 |
EUC-JP | 迂?B | 10110001101010100011111101000010 | b1aa3f42 |
UTF-8 | 迂렎B | 11101000101111111000001011101011101000001000111001000010 | e8bf82eba08e42 |
UHC | 迂렎B | 1110100111100110100011101010010001000010 | e9e68ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)