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 | «¤¢ùP | 100011111010101110100100101000101111100101010000 | 8faba4a2f950 |
SJIS-WIN | ???¢?P | 00111111001111110011111110000001100100010011111101010000 | 3f3f3f81913f50 |
EUC-JP | ??¤¢ùP | 0011111100111111100011111010001011110000101000011111000110001111101010111110001101010000 | 3f3f8fa2f0a1f18fabe350 |
UTF-8 | «¤¢ùP | 1100001010001111110000101010101111000010101001001100001010100010110000111011100101010000 | c28fc2abc2a4c2a2c3b950 |
UHC | ??¤??P | 00111111001111111010001010110100001111110011111101010000 | 3f3fa2b43f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)