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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ???肯F | 001111110011111100111111100011010110110101000110 | 3f3f3f8d6d46 |
EUC-JP | 縕??肯F | 1000111111010100110000100011111100111111101110011100111001000110 | 8fd4c23f3fb9ce46 |
UTF-8 | 縕됬렡肯F | 11100111101110001001010111101011100100001010110011101011101000001010000111101000100000101010111101000110 | e7b895eb90aceba0a1e882af46 |
UHC | 縕됬렡肯F | 111010001011001010001001111001111000111010110010110100001110100101000110 | e8b289e78eb2d0e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)