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 | 騾鷹。疲兜^ | 11101001100000001001000111101001101000011001010011100110100010101001010101011110 | e98091e9a194e68a955e |
EUC-JP | 騾鷹。疲兜^ | 1111000111100000110000101110101110001110101000011100100011101000101100111111010101011110 | f1e0c2eb8ea1c8e8b3f55e |
UTF-8 | 騾鷹。疲兜^ | 11101001101010001011111011101001101101111011100111101111101111011010000111100111100101101011001011100101100001011001110001011110 | e9a8bee9b7b9efbda1e796b2e5859c5e |
UHC | ?鷹?疲兜^ | 001111111110101111101101001111111111100110101010110101001101111101011110 | 3febed3ff9aad4df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)