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 | 뮧ë | 1110101110101110101001111110101110010010 | ebaea7eb92 |
SJIS-WIN | ??§?? | 001111110011111110000001100110000011111100111111 | 3f3f81983f3f |
EUC-JP | 뮧ë? | 100011111010101110110011100011111010001011101110101000011111100010001111101010111011001100111111 | 8fabb38fa2eea1f88fabb33f |
UTF-8 | 뮧ë | 11000011101010111100001010101110110000101010011111000011101010111100001010010010 | c3abc2aec2a7c3abc292 |
UHC | ?®§?? | 00111111101000101110011110100001110101110011111100111111 | 3fa2e7a1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)