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 | üHøÄH | 1111110001001000111110001100010001001000 | fc48f8c448 |
SJIS-WIN | ?H??H | 0011111101001000001111110011111101001000 | 3f483f3f48 |
EUC-JP | üHøÄH | 1000111110101011111001000100100010001111101010011100110010001111101010101010001101001000 | 8fabe4488fa9cc8faaa348 |
UTF-8 | üHøÄH | 1100001110111100010010001100001110111000110000111000010001001000 | c3bc48c3b8c38448 |
UHC | ?Hø?H | 001111110100100010101001101010100011111101001000 | 3f48a9aa3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)