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 | ?????yH | 00111111001111110011111100111111001111110111100101001000 | 3f3f3f3f3f7948 |
SJIS-WIN | テゥツつカyH | 1100001110101001110000101000001011000010101101100111100101001000 | c3a9c282c2b67948 |
EUC-JP | テゥツつカyH | 100011101100001110001110101010011000111011000010101001001100010010001110101101100111100101001000 | 8ec38ea98ec2a4c48eb67948 |
UTF-8 | テゥツつカyH | 1110111110111110100000111110111110111101101010011110111110111110100000101110001110000001101001001110111110111101101101100111100101001000 | efbe83efbda9efbe82e381a4efbdb67948 |
UHC | ???つ?yH | 0011111100111111001111111010101011000100001111110111100101001000 | 3f3f3faac43f7948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)