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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ツアテ古δィ^ | 110000101011000111000011100011001100001110000011110000101010100001011110 | c2b1c38cc383c2a85e |
EUC-JP | ツアテ古δィ^ | 10001110110000101000111010110001100011101100001110111000110001011010011011000100100011101010100001011110 | 8ec28eb18ec3b8c5a6c48ea85e |
UTF-8 | ツアテ古δィ^ | 111011111011111010000010111011111011110110110001111011111011111010000011111001011000111110100100110011101011010011101111101111011010100001011110 | efbe82efbdb1efbe83e58fa4ceb4efbda85e |
UHC | ???古δ?^ | 001111110011111100111111110011011010111110100101111001000011111101011110 | 3f3f3fcdafa5e43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)