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 | 姚?懈耕 | 10011011010011000011111110011100111001101000110101101011 | 9b4c3f9ce68d6b |
EUC-JP | 姚?懈耕 | 11010101101011010011111111011000111010001011100111001100 | d5ad3fd8e8b9cc |
UTF-8 | 姚뤺懈耕 | 111001011010011110011010111010111010010010111010111001101000011110001000111010001000000010010101 | e5a79aeba4bae68788e88095 |
UHC | 姚뤺懈耕 | 1110100011101110100011111110100011111010101010111100110011101001 | e8ee8fe8faabcce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)