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 | 100100100100110110010001101110101001000110111101100100011011110101000110 | 924d91ba91bd91bd46 |
EUC-JP | 樽村多多F | 110000111010111011000010101111001100001010111111110000101011111101000110 | c3aec2bcc2bfc2bf46 |
UTF-8 | 樽村多多F | 11100110101010001011110111100110100111011001000111100101101001001001101011100101101001001001101001000110 | e6a8bde69d91e5a49ae5a49a46 |
UHC | 樽村多多F | 111100011101110011110101101111011101001011111101110100101111110101000110 | f1dcf5bdd2fdd2fd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)