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 | 룶â | 1110101110100011101101101110001010000010 | eba3b6e282 |
SJIS-WIN | ?£¶?? | 00111111100000011001001010000001111101110011111100111111 | 3f819281f73f3f |
EUC-JP | 룶â? | 1000111110101011101100111010000111110010101000101111100110001111101010111010010000111111 | 8fabb3a1f2a2f98faba43f |
UTF-8 | 룶â | 11000011101010111100001010100011110000101011011011000011101000101100001010000010 | c3abc2a3c2b6c3a2c282 |
UHC | ??¶?? | 001111110011111110100010110100100011111100111111 | 3f3fa2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)