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 | テサツ渉陛イ | 1100001110111011110000101000111111000010100101011100001110110010 | c3bbc28fc295c3b2 |
EUC-JP | テサツ渉陛イ | 100011101100001110001110101110111000111011000010101111101100010011001010110001011000111010110010 | 8ec38ebb8ec2bec4cac58eb2 |
UTF-8 | テサツ渉陛イ | 111011111011111010000011111011111011110110111011111011111011111010000010111001101011100010001001111010011001100110011011111011111011110110110010 | efbe83efbdbbefbe82e6b889e9999befbdb2 |
UHC | ????陛? | 00111111001111110011111100111111111110001100111000111111 | 3f3f3f3ff8ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)