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 | ????WB | 001111110011111100111111001111110101011101000010 | 3f3f3f3f5742 |
SJIS-WIN | ツ旦ツ達WB | 1100001010010010010101011100001010010010010000100101011101000010 | c29255c292425742 |
EUC-JP | ツ旦ツ達WB | 10001110110000101100001110110110100011101100001011000011101000110101011101000010 | 8ec2c3b68ec2c3a35742 |
UTF-8 | ツ旦ツ達WB | 1110111110111110100000101110011010010111101001101110111110111110100000101110100110000001100101000101011101000010 | efbe82e697a6efbe82e981945742 |
UHC | ?旦?達WB | 0011111111010011101010010011111111010011101110010101011101000010 | 3fd3a93fd3b95742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)