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 | ト釼エト釼エ^ | 110001001110011111011101101101001100010011100111110111011011010001011110 | c4e7ddb4c4e7ddb45e |
EUC-JP | ト釼エト釼エ^ | 10001110110001001110111011011111100011101011010010001110110001001110111011011111100011101011010001011110 | 8ec4eedf8eb48ec4eedf8eb45e |
UTF-8 | ト釼エト釼エ^ | 11101111101111101000010011101001100001111011110011101111101111011011010011101111101111101000010011101001100001111011110011101111101111011011010001011110 | efbe84e987bcefbdb4efbe84e987bcefbdb45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)