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 | 源魄源白^ | 100011001011100111101001101011101000110010111001100101001001001001011110 | 8cb9e9ae8cb994925e |
EUC-JP | 源魄源白^ | 101110001011101111110010101100001011100010111011110001111111001001011110 | b8bbf2b0b8bbc7f25e |
UTF-8 | 源魄源白^ | 11100110101110101001000011101001101011011000010011100110101110101001000011100111100110011011110101011110 | e6ba90e9ad84e6ba90e799bd5e |
UHC | 源魄源白^ | 111010101011100111011011110111101110101010111001110110111101110001011110 | eab9dbdeeab9dbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)