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 | ??Ø? | 00111111001111111101100000111111 | 3f3fd83f |
SJIS-WIN | 營??? | 1001101001111010001111110011111100111111 | 9a7a3f3f3f |
EUC-JP | 營?Ø鎣 | 110100111101101100111111100011111010100110101100100011111110010110110010 | d3db3f8fa9ac8fe5b2 |
UTF-8 | 營롳Ø鎣 | 1110011110000111100111111110101110100001101100111100001110011000111010011000111010100011 | e7879feba1b3c398e98ea3 |
UHC | 營롳Ø鎣 | 1110011110111101100011101110111110101000101010101111101110101111 | e7bd8eefa8aafbaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)