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 | ëÚ´ë | 11101011110110101011010011101011 | ebdab4eb |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ëÚ´ë | 1000111110101011101100111000111110101010111000101010000110101101100011111010101110110011 | 8fabb38faae2a1ad8fabb3 |
UTF-8 | ëÚ´ë | 1100001110101011110000111001101011000010101101001100001110101011 | c3abc39ac2b4c3ab |
UHC | ??´? | 0011111100111111101000101010010100111111 | 3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)