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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 豸軍C | 1110011010110110100011000101001001000011 | e6b68c5243 |
EUC-JP | 豸軍C | 1110110010111000101101111011001101000011 | ecb8b7b343 |
UTF-8 | 豸軍C | 11101000101100011011100011101000101110111000110101000011 | e8b1b8e8bb8d43 |
UHC | ?軍C | 00111111110011111101101001000011 | 3fcfda43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)