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 | ツソテ慊イ | 110000101011111111000011100111001100001010110010 | c2bfc39cc2b2 |
EUC-JP | ツソテ慊イ | 10001110110000101000111010111111100011101100001111011000110001001000111010110010 | 8ec28ebf8ec3d8c48eb2 |
UTF-8 | ツソテ慊イ | 111011111011111010000010111011111011110110111111111011111011111010000011111001101000010110001010111011111011110110110010 | efbe82efbdbfefbe83e6858aefbdb2 |
UHC | ???慊? | 001111110011111100111111110011001100001100111111 | 3f3f3fccc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)