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 | «±¢Ä~ | 10001111101010111011000110001111101000101100010001111110 | 8fabb18fa2c47e |
SJIS-WIN | ??±?¢?~ | 001111110011111110000001011111010011111110000001100100010011111101111110 | 3f3f817d3f81913f7e |
EUC-JP | ??±?¢Ä~ | 0011111100111111101000011101111000111111101000011111000110001111101010101010001101111110 | 3f3fa1de3fa1f18faaa37e |
UTF-8 | «±¢Ä~ | 11000010100011111100001010101011110000101011000111000010100011111100001010100010110000111000010001111110 | c28fc2abc2b1c28fc2a2c3847e |
UHC | ??±???~ | 0011111100111111101000011011111000111111001111110011111101111110 | 3f3fa1be3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)