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 | èßâI | 11101000110111111110001001001001 | e8dfe249 |
SJIS-WIN | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
EUC-JP | èßâI | 10001111101010111011001010001111101010011100111010001111101010111010010001001001 | 8fabb28fa9ce8faba449 |
UTF-8 | èßâI | 11000011101010001100001110011111110000111010001001001001 | c3a8c39fc3a249 |
UHC | ?ß?I | 0011111110101001101011000011111101001001 | 3fa9ac3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)