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 | ü@Ï | 111111000100000011001111 | fc40cf |
SJIS-WIN | ?@? | 001111110100000000111111 | 3f403f |
EUC-JP | ü@Ï | 10001111101010111110010001000000100011111010101011000001 | 8fabe4408faac1 |
UTF-8 | ü@Ï | 1100001110111100010000001100001110001111 | c3bc40c38f |
UHC | ?@? | 001111110100000000111111 | 3f403f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)