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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 豸碁浚}B | 1110011010110110100011001110100110011111101100100111110101000010 | e6b68ce99fb27d42 |
EUC-JP | 豸碁浚}B | 1110110010111000101110001110101111011110101101000111110101000010 | ecb8b8ebdeb47d42 |
UTF-8 | 豸碁浚}B | 1110100010110001101110001110011110100010100000011110011010110101100110100111110101000010 | e8b1b8e7a281e6b59a7d42 |
UHC | ?碁浚}B | 00111111110100011011001111110001110111010111110101000010 | 3fd1b3f1dd7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)