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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 叩棚h叩棚 | 100100100100000010010010010010010110100010010010010000001001001001001001 | 924092496892409249 |
EUC-JP | 叩棚h叩棚 | 110000111010000111000011101010100110100011000011101000011100001110101010 | c3a1c3aa68c3a1c3aa |
UTF-8 | 叩棚h叩棚 | 11100101100011111010100111100110101000111001101001101000111001011000111110101001111001101010001110011010 | e58fa9e6a39a68e58fa9e6a39a |
UHC | 叩棚h叩棚 | 110011011011000011011101110111000110100011001101101100001101110111011100 | cdb0dddc68cdb0dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)