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 | ??Q????? | 0011111100111111010100010011111100111111001111110011111100111111 | 3f3f513f3f3f3f3f |
SJIS-WIN | テサQツカテゥテ | 1100001110111011010100011100001010110110110000111010100111000011 | c3bb51c2b6c3a9c3 |
EUC-JP | テサQツカテゥテ | 100011101100001110001110101110110101000110001110110000101000111010110110100011101100001110001110101010011000111011000011 | 8ec38ebb518ec28eb68ec38ea98ec3 |
UTF-8 | テサQツカテゥテ | 11101111101111101000001111101111101111011011101101010001111011111011111010000010111011111011110110110110111011111011111010000011111011111011110110101001111011111011111010000011 | efbe83efbdbb51efbe82efbdb6efbe83efbda9efbe83 |
UHC | ??Q????? | 0011111100111111010100010011111100111111001111110011111100111111 | 3f3f513f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)