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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 贓捧途F | 11100110110110011001010111111001100100110111001001000110 | e6d995f9937246 |
EUC-JP | 贓捧途F | 11101100110110111100101011111011110001011101001101000110 | ecdbcafbc5d346 |
UTF-8 | 贓捧途F | 11101000101101001001001111100110100011011010011111101001100000001001010001000110 | e8b493e68da7e9809446 |
UHC | 贓捧途F | 11101101111111001101110011101001110101001011001001000110 | edfcdce9d4b246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)