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 | Ân[Ân[^ | 110000101001011101101110010110111100001010010111011011100101101101011110 | c2976e5bc2976e5b5e |
SJIS-WIN | ??n[??n[^ | 001111110011111101101110010110110011111100111111011011100101101101011110 | 3f3f6e5b3f3f6e5b5e |
EUC-JP | Â?n[Â?n[^ | 10001111101010101010010000111111011011100101101110001111101010101010010000111111011011100101101101011110 | 8faaa43f6e5b8faaa43f6e5b5e |
UTF-8 | Ân[Ân[^ | 11000011100000101100001010010111011011100101101111000011100000101100001010010111011011100101101101011110 | c382c2976e5bc382c2976e5b5e |
UHC | ??n[??n[^ | 001111110011111101101110010110110011111100111111011011100101101101011110 | 3f3f6e5b3f3f6e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)