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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 旄蓉旄蓉^ | 100111011101010010010111011101011001110111010100100101110111010101011110 | 9dd497759dd497755e |
EUC-JP | 旄蓉旄蓉^ | 110110101101011011001101110101101101101011010110110011011101011001011110 | dad6cdd6dad6cdd65e |
UTF-8 | 旄蓉旄蓉^ | 11100110100101111000010011101000100100111000100111100110100101111000010011101000100100111000100101011110 | e69784e89389e69784e893895e |
UHC | ?蓉?蓉^ | 00111111111010011100100000111111111010011100100001011110 | 3fe9c83fe9c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)