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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 邁誹瞳薰「F | 11100111101100001001010011101110100100111011010111111011100111101010001001000110 | e7b094ee93b5fb9ea246 |
EUC-JP | 邁誹瞳?「F | 11101110101100101100100011110000110001101011011100111111100011101010001001000110 | eeb2c8f0c6b73f8ea246 |
UTF-8 | 邁誹瞳薰「F | 11101001100000101000000111101000101010101011100111100111100111101011001111101000100101101011000011101111101111011010001001000110 | e98281e8aab9e79eb3e896b0efbda246 |
UHC | 邁誹瞳薰?F | 11011000111001001101111010100110110101001101101011111101101110010011111101000110 | d8e4dea6d4dafdb93f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)