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 | 101111011010110001000010 | bdac42 |
SJIS-WIN | ?¬B | 00111111100000011100101001000010 | 3f81ca42 |
EUC-JP | ?¬B | 00111111101000101100110001000010 | 3fa2cc42 |
UTF-8 | ½¬B | 1100001010111101110000101010110001000010 | c2bdc2ac42 |
UHC | ½?B | 10101000111101100011111101000010 | a8f63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)