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 | ?k??F | 0011111101101011001111110011111101000110 | 3f6b3f3f46 |
SJIS-WIN | ?k??F | 0011111101101011001111110011111101000110 | 3f6b3f3f46 |
EUC-JP | ?k??F | 0011111101101011001111110011111101000110 | 3f6b3f3f46 |
UTF-8 | 혯k혯찾F | 1110110110011000101011110110101111101101100110001010111111101100101100001011111001000110 | ed98af6bed98afecb0be46 |
UHC | 혯k혯찾F | 1100001010010110011010111100001010010110110000111010001101000110 | c2966bc296c3a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)