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 | æ¶ï¾c^ | 1110011010011001101101101110111110111110100100000110001101011110 | e699b6efbe90635e |
SJIS-WIN | ??¶???c^ | 001111110011111110000001111101110011111100111111001111110110001101011110 | 3f3f81f73f3f3f635e |
EUC-JP | æ?¶ï??c^ | 10001111101010011100000100111111101000101111100110001111101010111100000100111111001111110110001101011110 | 8fa9c13fa2f98fabc13f3f635e |
UTF-8 | æ¶ï¾c^ | 1100001110100110110000101001100111000010101101101100001110101111110000101011111011000010100100000110001101011110 | c3a6c299c2b6c3afc2bec290635e |
UHC | æ?¶?¾?c^ | 1010100110100001001111111010001011010010001111111010100011111010001111110110001101011110 | a9a13fa2d23fa8fa3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)