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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軫?匿昆 | 11100111011001100011111110010011101111011000110110101001 | e7663f93bd8da9 |
EUC-JP | 軫?匿昆 | 11101101110001110011111111000110101111111011101010101011 | edc73fc6bfbaab |
UTF-8 | 軫뤲匿昆 | 111010001011101110101011111010111010010010110010111001011000110010111111111001101001100010000110 | e8bbabeba4b2e58cbfe69886 |
UHC | 軫뤲匿昆 | 1111001011100010100011111110000011010010111110111100110111100000 | f2e28fe0d2fbcde0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)