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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隘槫調髮 | 1110100010100101100111101110010110010010101100101110100110011011 | e8a59ee592b2e99b |
EUC-JP | 隘槫調髮 | 1111000010100111110111001110011111000100101101001111000111111011 | f0a7dce7c4b4f1fb |
UTF-8 | 隘槫調髮 | 111010011001101010011000111001101010011110101011111010001010101010111111111010011010101110101110 | e99a98e6a7abe8aabfe9abae |
UHC | 隘?調髮 | 11100100111101100011111111110000111000001101101110100101 | e4f63ff0e0dba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)