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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 燾基慇F | 11111011010110101000101011101110100111001011111001000110 | fb5a8aee9cbe46 |
EUC-JP | 燾基慇F | 1000111111001010101111011011010011110000110110001100000001000110 | 8fcabdb4f0d8c046 |
UTF-8 | 燾基慇F | 11100111100001111011111011100101100111111011101011100110100001011000011101000110 | e787bee59fbae6858746 |
UHC | 燾基慇F | 11010100101001111101000011110001111010111101101101000110 | d4a7d0f1ebdb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)