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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | テ「ツソツ褒E | 1100001110100010110000101011111111000010100101100100101001000101 | c3a2c2bfc2964a45 |
EUC-JP | テ「ツソツ褒E | 10001110110000111000111010100010100011101100001010001110101111111000111011000010110010111010101101000101 | 8ec38ea28ec28ebf8ec2cbab45 |
UTF-8 | テ「ツソツ褒E | 11101111101111101000001111101111101111011010001011101111101111101000001011101111101111011011111111101111101111101000001011101000101001001001001001000101 | efbe83efbda2efbe82efbdbfefbe82e8a49245 |
UHC | ?????褒E | 0011111100111111001111110011111100111111111110001110011001000101 | 3f3f3f3f3ff8e645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)