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 | ë¤¶ë¼ | 1110101110100100101101101110101110111100 | eba4b6ebbc |
SJIS-WIN | ??¶?? | 001111110011111110000001111101110011111100111111 | 3f3f81f73f3f |
EUC-JP | 뤶ë? | 100011111010101110110011100011111010001011110000101000101111100110001111101010111011001100111111 | 8fabb38fa2f0a2f98fabb33f |
UTF-8 | ë¤¶ë¼ | 11000011101010111100001010100100110000101011011011000011101010111100001010111100 | c3abc2a4c2b6c3abc2bc |
UHC | ?¤¶?¼ | 0011111110100010101101001010001011010010001111111010100011111001 | 3fa2b4a2d23fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)