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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ凖”テ凖 | 1100001110011001110000111000000101101000110000111001100111000011 | c399c38168c399c3 |
EUC-JP | テ凖”テ凖 | 10001110110000111101001011000101101000011100100110001110110000111101001011000101 | 8ec3d2c5a1c98ec3d2c5 |
UTF-8 | テ凖”テ凖 | 111011111011111010000011111001011000011110010110111000101000000010011101111011111011111010000011111001011000011110010110 | efbe83e58796e2809defbe83e58796 |
UHC | ??”?? | 001111110011111110100001101100010011111100111111 | 3f3fa1b13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)