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 | ±«D^ | 10110001101010110100010001011110 | b1ab445e |
SJIS-WIN | ±?D^ | 1000000101111101001111110100010001011110 | 817d3f445e |
EUC-JP | ±?D^ | 1010000111011110001111110100010001011110 | a1de3f445e |
UTF-8 | ±«D^ | 110000101011000111000010101010110100010001011110 | c2b1c2ab445e |
UHC | ±?D^ | 1010000110111110001111110100010001011110 | a1be3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)