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 | 001111110011111101100000001111110011111101001000 | 3f3f603f3f48 |
SJIS-WIN | ?コ`?オH | 001111111011101001100000001111111011010101001000 | 3fba603fb548 |
EUC-JP | ?コ`?オH | 0011111110001110101110100110000000111111100011101011010101001000 | 3f8eba603f8eb548 |
UTF-8 | 䵸コ`䵸オH | 1110010010110101101110001110111110111101101110100110000011100100101101011011100011101111101111011011010101001000 | e4b5b8efbdba60e4b5b8efbdb548 |
UHC | ??`??H | 001111110011111101100000001111110011111101001000 | 3f3f603f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)