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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ佚個」ツュ | 1100001110011000110000111000110011000010101000111100001010101101 | c398c38cc2a3c2ad |
EUC-JP | テ佚個」ツュ | 100011101100001111010000110001011011100011000100100011101010001110001110110000101000111010101101 | 8ec3d0c5b8c48ea38ec28ead |
UTF-8 | テ佚個」ツュ | 111011111011111010000011111001001011110110011010111001011000000010001011111011111011110110100011111011111011111010000010111011111011110110101101 | efbe83e4bd9ae5808befbda3efbe82efbdad |
UHC | ?佚個??? | 0011111111101100111010101100101111000001001111110011111100111111 | 3feceacbc13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)