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 | ÙdI | 100111011101100110000001011001001001011001001001 | 9dd981649649 |
SJIS-WIN | ???d?I | 001111110011111100111111011001000011111101001001 | 3f3f3f643f49 |
EUC-JP | ?Ù?d?I | 0011111110001111101010101110001100111111011001000011111101001001 | 3f8faae33f643f49 |
UTF-8 | ÙdI | 11000010100111011100001110011001110000101000000101100100110000101001011001001001 | c29dc399c28164c29649 |
UHC | ???d?I | 001111110011111100111111011001000011111101001001 | 3f3f3f643f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)