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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ篠ヲツ掖 | 11000010100011101100001010100110110000101001110101110100 | c28ec2a6c29d74 |
EUC-JP | ツ篠ヲツ掖 | 10001110110000101011110011000100100011101010011010001110110000101101100111010101 | 8ec2bcc48ea68ec2d9d5 |
UTF-8 | ツ篠ヲツ掖 | 111011111011111010000010111001111010111110100000111011111011110110100110111011111011111010000010111001101000111010010110 | efbe82e7afa0efbda6efbe82e68e96 |
UHC | ?篠??掖 | 00111111111000011100011000111111001111111110010011111010 | 3fe1c63f3fe4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)