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 | ¬½^ | 101011001011110101011110 | acbd5e |
SJIS-WIN | ¬?^ | 10000001110010100011111101011110 | 81ca3f5e |
EUC-JP | ¬?^ | 10100010110011000011111101011110 | a2cc3f5e |
UTF-8 | ¬½^ | 1100001010101100110000101011110101011110 | c2acc2bd5e |
UHC | ?½^ | 00111111101010001111011001011110 | 3fa8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)