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 | «²¢Êû¢ | 1000111110101011101100101010001011001010111110111000111110100010 | 8fabb2a2cafb8fa2 |
SJIS-WIN | ???¢???¢ | 00111111001111110011111110000001100100010011111100111111001111111000000110010001 | 3f3f3f81913f3f3f8191 |
EUC-JP | ???¢Êû?¢ | 0011111100111111001111111010000111110001100011111010101010110100100011111010101111100101001111111010000111110001 | 3f3f3fa1f18faab48fabe53fa1f1 |
UTF-8 | «²¢Êû¢ | 11000010100011111100001010101011110000101011001011000010101000101100001110001010110000111011101111000010100011111100001010100010 | c28fc2abc2b2c2a2c38ac3bbc28fc2a2 |
UHC | ??²????? | 001111110011111110101001111101110011111100111111001111110011111100111111 | 3f3fa9f73f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)