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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 羇豪姐^ | 11100011101100101000110110001011100010001011011101011110 | e3b28d8b88b75e |
EUC-JP | 羇豪姐^ | 11100110101101001011100111101011101100001011100101011110 | e6b4b9ebb0b95e |
UTF-8 | 羇豪姐^ | 11100111101111101000011111101000101100011010101011100101101001111001000001011110 | e7be87e8b1aae5a7905e |
UHC | ?豪姐^ | 001111111111101111011111111011101011101101011110 | 3ffbdfeebb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)