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 | èÌäy | 11101000110011001110010001111001 | e8cce479 |
SJIS-WIN | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
EUC-JP | èÌäy | 10001111101010111011001010001111101010101100000010001111101010111010001101111001 | 8fabb28faac08faba379 |
UTF-8 | èÌäy | 11000011101010001100001110001100110000111010010001111001 | c3a8c38cc3a479 |
UHC | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)