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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | テサテ凖環イB | 110000111011101111000011100110011100001110001010110000101011001001000010 | c3bbc399c38ac2b242 |
EUC-JP | テサテ凖環イB | 10001110110000111000111010111011100011101100001111010010110001011011010011000100100011101011001001000010 | 8ec38ebb8ec3d2c5b4c48eb242 |
UTF-8 | テサテ凖環イB | 11101111101111101000001111101111101111011011101111101111101111101000001111100101100001111001011011100111100100101011000011101111101111011011001001000010 | efbe83efbdbbefbe83e58796e792b0efbdb242 |
UHC | ????環?B | 0011111100111111001111110011111111111100101110110011111101000010 | 3f3f3f3ffcbb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)