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 | ÔÂiÔÂiB | 100011111101010011000010011010011000111111010100110000100110100101000010 | 8fd4c2698fd4c26942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ?ÔÂi?ÔÂiB | 0011111110001111101010101101010010001111101010101010010001101001001111111000111110101010110101001000111110101010101001000110100101000010 | 3f8faad48faaa4693f8faad48faaa46942 |
UTF-8 | ÔÂiÔÂiB | 110000101000111111000011100101001100001110000010011010011100001010001111110000111001010011000011100000100110100101000010 | c28fc394c38269c28fc394c3826942 |
UHC | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)