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 | ツ曠ツ愿ィ | 11000010100111100100010011000010100111001100001110101000 | c29e44c29cc3a8 |
EUC-JP | ツ曠ツ愿ィ | 10001110110000101101101110100101100011101100001011011000110001011000111010101000 | 8ec2dba58ec2d8c58ea8 |
UTF-8 | ツ曠ツ愿ィ | 111011111011111010000010111001101001101110100000111011111011111010000010111001101000010010111111111011111011110110101000 | efbe82e69ba0efbe82e684bfefbda8 |
UHC | ?曠?愿? | 00111111110011101100011100111111111010101011010000111111 | 3fcec73feab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)