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 | 焄ヨ魎カ | 111110110101010011010110111010011011001010110110 | fb54d6e9b2b6 |
EUC-JP | 焄ヨ魎カ | 100011111100100111100011100011101101011011110010101101001000111010110110 | 8fc9e38ed6f2b48eb6 |
UTF-8 | 焄ヨ魎カ | 111001111000010010000100111011111011111010010110111010011010110110001110111011111011110110110110 | e78484efbe96e9ad8eefbdb6 |
UHC | 焄??? | 1111110110110110001111110011111100111111 | fdb63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)