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 | kffJf¯ | 100010010110101110001111011001101000111101100110100100100100101010001111011001101001000110101111 | 896b8f668f66924a8f6691af |
SJIS-WIN | ?k?f?f?J?f?? | 001111110110101100111111011001100011111101100110001111110100101000111111011001100011111100111111 | 3f6b3f663f663f4a3f663f3f |
EUC-JP | ?k?f?f?J?f?¯ | 0011111101101011001111110110011000111111011001100011111101001010001111110110011000111111100011111010001010110100 | 3f6b3f663f663f4a3f663f8fa2b4 |
UTF-8 | kffJf¯ | 11000010100010010110101111000010100011110110011011000010100011110110011011000010100100100100101011000010100011110110011011000010100100011100001010101111 | c2896bc28f66c28f66c2924ac28f66c291c2af |
UHC | ?k?f?f?J?f?? | 001111110110101100111111011001100011111101100110001111110100101000111111011001100011111100111111 | 3f6b3f663f663f4a3f663f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)