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 | 渼テ・渼テ・^ | 111110110100100111000011101001011111101101001001110000111010010101011110 | fb49c3a5fb49c3a55e |
EUC-JP | 渼テ・渼テ・^ | 100011111100011111110000100011101100001110001110101001011000111111000111111100001000111011000011100011101010010101011110 | 8fc7f08ec38ea58fc7f08ec38ea55e |
UTF-8 | 渼テ・渼テ・^ | 11100110101110001011110011101111101111101000001111101111101111011010010111100110101110001011110011101111101111101000001111101111101111011010010101011110 | e6b8bcefbe83efbda5e6b8bcefbe83efbda55e |
UHC | 渼??渼??^ | 110110101011010000111111001111111101101010110100001111110011111101011110 | dab43f3fdab43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)