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 | 뤶å | 11101011101001001011011011100101 | eba4b6e5 |
SJIS-WIN | ??¶? | 0011111100111111100000011111011100111111 | 3f3f81f73f |
EUC-JP | 뤶å | 1000111110101011101100111000111110100010111100001010001011111001100011111010101110101001 | 8fabb38fa2f0a2f98faba9 |
UTF-8 | 뤶å | 1100001110101011110000101010010011000010101101101100001110100101 | c3abc2a4c2b6c3a5 |
UHC | ?¤¶? | 001111111010001010110100101000101101001000111111 | 3fa2b4a2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)