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 | Ì£ÜÛ | 1000111111001100101000111101110011011011 | 8fcca3dcdb |
SJIS-WIN | ??£?? | 001111110011111110000001100100100011111100111111 | 3f3f81923f3f |
EUC-JP | ?Ì£ÜÛ | 001111111000111110101010110000001010000111110010100011111010101011100100100011111010101011100101 | 3f8faac0a1f28faae48faae5 |
UTF-8 | Ì£ÜÛ | 11000010100011111100001110001100110000101010001111000011100111001100001110011011 | c28fc38cc2a3c39cc39b |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)