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 | ø¿Î·^ | 1111100010111111110011101011011101011110 | f8bfceb75e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ø¿Î?^ | 1000111110101001110011001000111110100010110001001000111110101010110000100011111101011110 | 8fa9cc8fa2c48faac23f5e |
UTF-8 | ø¿Î·^ | 110000111011100011000010101111111100001110001110110000101011011101011110 | c3b8c2bfc38ec2b75e |
UHC | ø¿?·^ | 1010100110101010101000101010111100111111101000011010010001011110 | a9aaa2af3fa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)