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 | à±Y | 111000001011000101011001 | e0b159 |
SJIS-WIN | ?±Y | 00111111100000010111110101011001 | 3f817d59 |
EUC-JP | à±Y | 100011111010101110100010101000011101111001011001 | 8faba2a1de59 |
UTF-8 | à±Y | 1100001110100000110000101011000101011001 | c3a0c2b159 |
UHC | ?±Y | 00111111101000011011111001011001 | 3fa1be59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)