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叩炭 | 100100100100000010010010010110010110100010010010010000001001001001011001 | 924092596892409259 |
EUC-JP | 叩炭h叩炭 | 110000111010000111000011101110100110100011000011101000011100001110111010 | c3a1c3ba68c3a1c3ba |
UTF-8 | 叩炭h叩炭 | 11100101100011111010100111100111100000101010110101101000111001011000111110101001111001111000001010101101 | e58fa9e782ad68e58fa9e782ad |
UHC | 叩炭h叩炭 | 110011011011000011110111101010010110100011001101101100001111011110101001 | cdb0f7a968cdb0f7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)