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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???榮??^ | 0011111100111111001111111001111011000100001111110011111101011110 | 3f3f3f9ec43f3f5e |
EUC-JP | ???榮??^ | 0011111100111111001111111101110011000110001111110011111101011110 | 3f3f3fdcc63f3f5e |
UTF-8 | 勵됰젺榮숇젧^ | 11101111101001011011111111101011100100001011000011101100101000001011101011100110101001101010111011101100100010001000011111101100101000001010011101011110 | efa5bfeb90b0eca0bae6a6aeec8887eca0a75e |
UHC | 勵됰젺榮숇젧^ | 11100101111110101000100111101011101000001010110111100111101101001001100111101011101000001001111101011110 | e5fa89eba0ade7b499eba09f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)