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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 驢碕ウ壱曝B | 11101001100001101000110111101010101100111000100011101011100101001001100001000010 | e9868deab388eb949842 |
EUC-JP | 驢碕ウ壱曝B | 1111000111100110101110101110110010001110101100111011000011101101110001111111100001000010 | f1e6baec8eb3b0edc7f842 |
UTF-8 | 驢碕ウ壱曝B | 11101001101010011010001011100111101000101001010111101111101111011011001111100101101000111011000111100110100110111001110101000010 | e9a9a2e7a295efbdb3e5a3b1e69b9d42 |
UHC | 驢???曝B | 1101010111110000001111110011111100111111111110001110110101000010 | d5f03f3f3ff8ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)