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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 滸貽滸貽^ | 100111111111010111100110110001001001111111110101111001101100010001011110 | 9ff5e6c49ff5e6c45e |
EUC-JP | 滸貽滸貽^ | 110111101111011111101100110001101101111011110111111011001100011001011110 | def7ecc6def7ecc65e |
UTF-8 | 滸貽滸貽^ | 11100110101110111011100011101000101100101011110111100110101110111011100011101000101100101011110101011110 | e6bbb8e8b2bde6bbb8e8b2bd5e |
UHC | 滸貽滸貽^ | 111110111100101011101100110000101111101111001010111011001100001001011110 | fbcaecc2fbcaecc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)