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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | テァyテァyB | 11000011101001110111100111000011101001110111100101000010 | c3a779c3a77942 |
EUC-JP | テァyテァyB | 1000111011000011100011101010011101111001100011101100001110001110101001110111100101000010 | 8ec38ea7798ec38ea77942 |
UTF-8 | テァyテァyB | 111011111011111010000011111011111011110110100111011110011110111110111110100000111110111110111101101001110111100101000010 | efbe83efbda779efbe83efbda77942 |
UHC | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)