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 | ?G?f??^ | 00111111010001110011111101100110001111110011111101011110 | 3f473f663f3f5e |
SJIS-WIN | ?G?f??^ | 00111111010001110011111101100110001111110011111101011110 | 3f473f663f3f5e |
EUC-JP | ?G?f??^ | 00111111010001110011111101100110001111110011111101011110 | 3f473f663f3f5e |
UTF-8 | 혪G혧f혩쨀^ | 111011011001100010101010010001111110110110011000101001110110011011101101100110001010100111101100101010001000000001011110 | ed98aa47ed98a766ed98a9eca8805e |
UHC | 혪G혧f혩쨀^ | 1100001010010010010001111100001010001111011001101100001010010001110000101011001101011110 | c29247c28f66c291c2b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)