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 | ??@??@ | 001111110011111101000000001111110011111101000000 | 3f3f403f3f40 |
SJIS-WIN | ?ァ@?ァ@ | 001111111010011101000000001111111010011101000000 | 3fa7403fa740 |
EUC-JP | ?ァ@?ァ@ | 0011111110001110101001110100000000111111100011101010011101000000 | 3f8ea7403f8ea740 |
UTF-8 | 䵸ァ@䵸ァ@ | 1110010010110101101110001110111110111101101001110100000011100100101101011011100011101111101111011010011101000000 | e4b5b8efbda740e4b5b8efbda740 |
UHC | ??@??@ | 001111110011111101000000001111110011111101000000 | 3f3f403f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)