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 | ÷¬Òý | 11110111101011001101001011111101 | f7acd2fd |
SJIS-WIN | ÷¬?? | 100000011000000010000001110010100011111100111111 | 818081ca3f3f |
EUC-JP | ÷¬Òý | 10100001111000001010001011001100100011111010101011010010100011111010101111110010 | a1e0a2cc8faad28fabf2 |
UTF-8 | ÷¬Òý | 1100001110110111110000101010110011000011100100101100001110111101 | c3b7c2acc392c3bd |
UHC | ÷??? | 1010000111000000001111110011111100111111 | a1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)