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 | ?????RE | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
SJIS-WIN | テァツ崢エRE | 1100001110100111110000101001101111000010101101000101001001000101 | c3a7c29bc2b45245 |
EUC-JP | テァツ崢エRE | 100011101100001110001110101001111000111011000010110101101100010010001110101101000101001001000101 | 8ec38ea78ec2d6c48eb45245 |
UTF-8 | テァツ崢エRE | 1110111110111110100000111110111110111101101001111110111110111110100000101110010110110100101000101110111110111101101101000101001001000101 | efbe83efbda7efbe82e5b4a2efbdb45245 |
UHC | ?????RE | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)