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 | ±Ç¦Â | 10110001110001111010011011000010 | b1c7a6c2 |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±Ç¦Â | 1010000111011110100011111010101010101110100011111010001011000011100011111010101010100100 | a1de8faaae8fa2c38faaa4 |
UTF-8 | ±Ç¦Â | 1100001010110001110000111000011111000010101001101100001110000010 | c2b1c387c2a6c382 |
UHC | ±??? | 1010000110111110001111110011111100111111 | a1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)