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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 丹其孫足B | 100100100100111110010001101101001001000110110111100100011010101101000010 | 924f91b491b791ab42 |
EUC-JP | 丹其孫足B | 110000111011000011000010101101101100001010111001110000101010110101000010 | c3b0c2b6c2b9c2ad42 |
UTF-8 | 丹其孫足B | 11100100101110001011100111100101100001011011011011100101101011011010101111101000101101101011001101000010 | e4b8b9e585b6e5adabe8b6b342 |
UHC | 丹其孫足B | 110100111010000111010000111011001110000111011101111100001110101101000010 | d3a1d0ece1ddf0eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)