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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 叩叩叩叩F | 100100100100000010010010010000001001001001000000100100100100000001000110 | 924092409240924046 |
EUC-JP | 叩叩叩叩F | 110000111010000111000011101000011100001110100001110000111010000101000110 | c3a1c3a1c3a1c3a146 |
UTF-8 | 叩叩叩叩F | 11100101100011111010100111100101100011111010100111100101100011111010100111100101100011111010100101000110 | e58fa9e58fa9e58fa9e58fa946 |
UHC | 叩叩叩叩F | 110011011011000011001101101100001100110110110000110011011011000001000110 | cdb0cdb0cdb0cdb046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)