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 | テサツ、ツ嘖 | 11000011101110111100001010100100110000101001101001110011 | c3bbc2a4c29a73 |
EUC-JP | テサツ、ツ嘖 | 100011101100001110001110101110111000111011000010100011101010010010001110110000101101001111010100 | 8ec38ebb8ec28ea48ec2d3d4 |
UTF-8 | テサツ、ツ嘖 | 111011111011111010000011111011111011110110111011111011111011111010000010111011111011110110100100111011111011111010000010111001011001100010010110 | efbe83efbdbbefbe82efbda4efbe82e59896 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)