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 | 11101010100101110011111101000010 | ea973f42 |
EUC-JP | 齬?B | 11110011111101110011111101000010 | f3f73f42 |
UTF-8 | 齬벗B | 11101001101111011010110011101011101100101001011101000010 | e9bdacebb29742 |
UHC | 齬벗B | 1110010111100001101110011111111001000010 | e5e1b9fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)