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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 堯耕? | 1110101010011111100011010110101100111111 | ea9f8d6b3f |
EUC-JP | 堯耕? | 1111010010100001101110011100110000111111 | f4a1b9cc3f |
UTF-8 | 堯耕렕 | 111001011010000010101111111010001000000010010101111010111010000010010101 | e5a0afe88095eba095 |
UHC | 堯耕렕 | 111010001110101111001100111010011000111010101010 | e8ebcce98eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)