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 | 001111110011111101000010 | 3f3f42 |
EUC-JP | 堧琁B | 10001111101110001010100010001111110011001010001101000010 | 8fb8a88fcca342 |
UTF-8 | 堧琁B | 11100101101000001010011111100111100100001000000101000010 | e5a0a7e7908142 |
UHC | 堧琁B | 1110011011000000111000001100010001000010 | e6c0e0c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)