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 | 1110011011110111100001111111111001101000 | e6f787fe68 |
SJIS-WIN | ?÷??h | 001111111000000110000000001111110011111101101000 | 3f81803f3f68 |
EUC-JP | æ÷?þh | 10001111101010011100000110100001111000000011111110001111101010011101000001101000 | 8fa9c1a1e03f8fa9d068 |
UTF-8 | æ÷þh | 110000111010011011000011101101111100001010000111110000111011111001101000 | c3a6c3b7c287c3be68 |
UHC | æ÷?þh | 1010100110100001101000011100000000111111101010011010110101101000 | a9a1a1c03fa9ad68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)