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 | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-WIN | 箒籏K}箒籏K{^ | 11100010101101001110001011010111010010110111110111100010101101001110001011010111010010110111101101011110 | e2b4e2d74b7de2b4e2d74b7b5e |
EUC-JP | 箒籏K}箒籏K{^ | 11100100101101101110010011011001010010110111110111100100101101101110010011011001010010110111101101011110 | e4b6e4d94b7de4b6e4d94b7b5e |
UTF-8 | 箒籏K}箒籏K{^ | 1110011110101110100100101110011110110001100011110100101101111101111001111010111010010010111001111011000110001111010010110111101101011110 | e7ae92e7b18f4b7de7ae92e7b18f4b7b5e |
UHC | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)