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 | 揄??揄??^ | 100111011000100100111111001111111001110110001001001111110011111101011110 | 9d893f3f9d893f3f5e |
EUC-JP | 揄??揄??^ | 110110011110100100111111001111111101100111101001001111110011111101011110 | d9e93f3fd9e93f3f5e |
UTF-8 | 揄먰뫟揄먨뜇^ | 11100110100011111000010011101011101010001011000011101011101010111001111111100110100011111000010011101011101010001010100011101011100111001000011101011110 | e68f84eba8b0ebab9fe68f84eba8a8eb9c875e |
UHC | 揄먰뫟揄먨뜇^ | 11101010111100011001000011101101100100011011111111101010111100011001000011100101100011011000101001011110 | eaf190ed91bfeaf190e58d8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)