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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 蠑ー謌晢ス」F | 11100101101111001011000011100110100010001001110111101111101111011010001101000110 | e5bcb0e6889defbda346 |
EUC-JP | 蠑ー謌晢ス」F | 11101010101111101000111010110000111010111110100011011010111100011000111010111101100011101010001101000110 | eabe8eb0ebe8daf18ebd8ea346 |
UTF-8 | 蠑ー謌晢ス」F | 11101000101000001001000111101111101111011011000011101000101011001000110011100110100110011010001011101111101111011011110111101111101111011010001101000110 | e8a091efbdb0e8ac8ce699a2efbdbdefbda346 |
UHC | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)