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 | ì±` | 11101100101100011001010101100000 | ecb19560 |
SJIS-WIN | ?±?` | 0011111110000001011111010011111101100000 | 3f817d3f60 |
EUC-JP | ì±?` | 10001111101010111100000010100001110111100011111101100000 | 8fabc0a1de3f60 |
UTF-8 | ì±` | 11000011101011001100001010110001110000101001010101100000 | c3acc2b1c29560 |
UHC | ?±?` | 0011111110100001101111100011111101100000 | 3fa1be3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)