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 | 룶ìáè | 1110101110100011101101101110110010010111100011001110000111101000 | eba3b6ec978ce1e8 |
SJIS-WIN | ?£¶????? | 00111111100000011001001010000001111101110011111100111111001111110011111100111111 | 3f819281f73f3f3f3f3f |
EUC-JP | 룶ì??áè | 100011111010101110110011101000011111001010100010111110011000111110101011110000000011111100111111100011111010101110100001100011111010101110110010 | 8fabb3a1f2a2f98fabc03f3f8faba18fabb2 |
UTF-8 | 룶ìáè | 11000011101010111100001010100011110000101011011011000011101011001100001010010111110000101000110011000011101000011100001110101000 | c3abc2a3c2b6c3acc297c28cc3a1c3a8 |
UHC | ??¶????? | 001111110011111110100010110100100011111100111111001111110011111100111111 | 3f3fa2d23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)