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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 捨雫F | 1000111011001100100011101011010001000110 | 8ecc8eb446 |
EUC-JP | 捨雫F | 1011110011001110101111001011011001000110 | bccebcb646 |
UTF-8 | 捨雫F | 11100110100011011010100011101001100110111010101101000110 | e68da8e99bab46 |
UHC | 捨?F | 11011110110101110011111101000110 | ded73f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)