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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 狸探棚歎F | 100100100100101110010010010101001001001001001001100100100101011001000110 | 924b92549249925646 |
EUC-JP | 狸探棚歎F | 110000111010110011000011101101011100001110101010110000111011011101000110 | c3acc3b5c3aac3b746 |
UTF-8 | 狸探棚歎F | 11100111100010111011100011100110100011101010001011100110101000111001101011100110101011011000111001000110 | e78bb8e68ea2e6a39ae6ad8e46 |
UHC | 狸探棚歎F | 110101111110000111110111101011101101110111011100111101111010011101000110 | d7e1f7aedddcf7a746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)