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 | «³«±¢ùx | 100011111010101110110011100011111010101110110001101000101111100101111000 | 8fabb38fabb1a2f978 |
SJIS-WIN | ?????±¢?x | 0011111100111111001111110011111100111111100000010111110110000001100100010011111101111000 | 3f3f3f3f3f817d81913f78 |
EUC-JP | ?????±¢ùx | 00111111001111110011111100111111001111111010000111011110101000011111000110001111101010111110001101111000 | 3f3f3f3f3fa1dea1f18fabe378 |
UTF-8 | «³«±¢ùx | 1100001010001111110000101010101111000010101100111100001010001111110000101010101111000010101100011100001010100010110000111011100101111000 | c28fc2abc2b3c28fc2abc2b1c2a2c3b978 |
UHC | ??³??±??x | 0011111100111111101010011111100000111111001111111010000110111110001111110011111101111000 | 3f3fa9f83f3fa1be3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)