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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 頂?h頂? | 10010010101110000011111101101000100100101011100000111111 | 92b83f6892b83f |
EUC-JP | 頂?h頂? | 11000100101110100011111101101000110001001011101000111111 | c4ba3f68c4ba3f |
UTF-8 | 頂렧h頂렧 | 11101001101000001000001011101011101000001010011101101000111010011010000010000010111010111010000010100111 | e9a082eba0a768e9a082eba0a7 |
UHC | 頂렧h頂렧 | 111100001010001010001110101101100110100011110000101000101000111010110110 | f0a28eb668f0a28eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)