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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 嶢??B | 1001101111010000001111110011111101000010 | 9bd03f3f42 |
EUC-JP | 嶢??B | 1101011011010010001111110011111101000010 | d6d23f3f42 |
UTF-8 | 嶢롛롗B | 11100101101101101010001011101011101000011001101111101011101000011001011101000010 | e5b6a2eba19beba19742 |
UHC | 嶢롛롗B | 11101000111100101000111011011111100011101101101101000010 | e8f28edf8edb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)