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 | ?贇冐戝 | 00111111111001101101010011100011111011001110011011000001 | 3fe6d4e3ece6c1 |
EUC-JP | 朇贇冐戝 | 100011111100001011101111111011001101011011100110111011101110110011000011 | 8fc2efecd6e6eeecc3 |
UTF-8 | 朇贇冐戝 | 111001101001110010000111111010001011010010000111111001011000011010010000111001101000100010011101 | e69c87e8b487e58690e6889d |
UHC | ?贇?? | 0011111111101011110010110011111100111111 | 3febcb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)