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 | 룶ì²Ã | 1110101110100011101101101110110010110010100000101100001110011111 | eba3b6ecb282c39f |
SJIS-WIN | ?£¶????? | 00111111100000011001001010000001111101110011111100111111001111110011111100111111 | 3f819281f73f3f3f3f3f |
EUC-JP | 룶ì??Ã? | 10001111101010111011001110100001111100101010001011111001100011111010101111000000001111110011111110001111101010101010101000111111 | 8fabb3a1f2a2f98fabc03f3f8faaaa3f |
UTF-8 | 룶ì²Ã | 11000011101010111100001010100011110000101011011011000011101011001100001010110010110000101000001011000011100000111100001010011111 | c3abc2a3c2b6c3acc2b2c282c383c29f |
UHC | ??¶?²??? | 00111111001111111010001011010010001111111010100111110111001111110011111100111111 | 3f3fa2d23fa9f73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)