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 | ±ý¾® | 10110001111111011011111010101110 | b1fdbeae |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±ý?® | 101000011101111010001111101010111111001000111111100011111010001011101110 | a1de8fabf23f8fa2ee |
UTF-8 | ±ý¾® | 1100001010110001110000111011110111000010101111101100001010101110 | c2b1c3bdc2bec2ae |
UHC | ±?¾® | 10100001101111100011111110101000111110101010001011100111 | a1be3fa8faa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)