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 | ±Ââ® | 10110001110000101110001010101110 | b1c2e2ae |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±Ââ® | 1010000111011110100011111010101010100100100011111010101110100100100011111010001011101110 | a1de8faaa48faba48fa2ee |
UTF-8 | ±Ââ® | 1100001010110001110000111000001011000011101000101100001010101110 | c2b1c382c3a2c2ae |
UHC | ±??® | 101000011011111000111111001111111010001011100111 | a1be3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)