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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 丹探丹族h | 100100100100111110010010010101001001001001001111100100011011000001101000 | 924f9254924f91b068 |
EUC-JP | 丹探丹族h | 110000111011000011000011101101011100001110110000110000101011001001101000 | c3b0c3b5c3b0c2b268 |
UTF-8 | 丹探丹族h | 11100100101110001011100111100110100011101010001011100100101110001011100111100110100101111000111101101000 | e4b8b9e68ea2e4b8b9e6978f68 |
UHC | 丹探丹族h | 110100111010000111110111101011101101001110100001111100001110100101101000 | d3a1f7aed3a1f0e968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)