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 | 畑??應 | 100101001010100000111111001111111001110011100100 | 94a83f3f9ce4 |
EUC-JP | 畑??應 | 110010001010101000111111001111111101100011100110 | c8aa3f3fd8e6 |
UTF-8 | 畑귢옇應 | 111001111001010110010001111010101011011110100010111011001001100010000111111001101000011110001001 | e79591eab7a2ec9887e68789 |
UHC | 畑귢옇應 | 1110111110100101100000101110101010111111101110001110101111101011 | efa582eabfb8ebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)