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 | Ìö¦Æ | 11001100111101101010011011000110 | ccf6a6c6 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ìö¦Æ | 100011111010101011000000100011111010101111010011100011111010001011000011100011111010100110100001 | 8faac08fabd38fa2c38fa9a1 |
UTF-8 | Ìö¦Æ | 1100001110001100110000111011011011000010101001101100001110000110 | c38cc3b6c2a6c386 |
UHC | ???Æ | 0011111100111111001111111010100010100001 | 3f3f3fa8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)