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 | ÆòèÈ | 1100011011110010100011111110100011001000 | c6f28fe8c8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | Æò?èÈ | 10001111101010011010000110001111101010111101001000111111100011111010101110110010100011111010101010110010 | 8fa9a18fabd23f8fabb28faab2 |
UTF-8 | ÆòèÈ | 11000011100001101100001110110010110000101000111111000011101010001100001110001000 | c386c3b2c28fc3a8c388 |
UHC | Æ???? | 101010001010000100111111001111110011111100111111 | a8a13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)