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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 彦?8臾 | 10010101010001100011111110000010010101111110010001101011 | 95463f8257e46b |
EUC-JP | 彦?8臾 | 11001001101001110011111110100011101110001110011111001100 | c9a73fa3b8e7cc |
UTF-8 | 彦쀫8臾 | 111001011011110110100110111011001000000010101011111011111011110010011000111010001000011110111110 | e5bda6ec80abefbc98e887be |
UHC | 彦쀫8臾 | 1110010111101001100101111110101110100011101110001110101110101100 | e5e997eba3b8ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)