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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 橈??踰?^ | 1001111011110100001111110011111111100110111110100011111101011110 | 9ef43f3fe6fa3f5e |
EUC-JP | 橈??踰?^ | 1101110011110110001111110011111111101100111111000011111101011110 | dcf63f3fecfc3f5e |
UTF-8 | 橈쏙쪕踰꿦^ | 11100110101010011000100011101100100011111001100111101100101010101001010111101000101110001011000011101010101111111010011001011110 | e6a988ec8f99ecaa95e8b8b0eabfa65e |
UHC | 橈쏙쪕踰꿦^ | 1110100011111010101111011110111110100101100011111110101110110010100001010110010101011110 | e8fabdefa58febb285655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)