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 | 뤶í | 11101011101001001011011011101101 | eba4b6ed |
SJIS-WIN | ??¶? | 0011111100111111100000011111011100111111 | 3f3f81f73f |
EUC-JP | 뤶í | 1000111110101011101100111000111110100010111100001010001011111001100011111010101110111111 | 8fabb38fa2f0a2f98fabbf |
UTF-8 | 뤶í | 1100001110101011110000101010010011000010101101101100001110101101 | c3abc2a4c2b6c3ad |
UHC | ?¤¶? | 001111111010001010110100101000101101001000111111 | 3fa2b4a2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)