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 | ?????M^ | 00111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f4d5e |
SJIS-WIN | 豈畷ャ底鬪M^ | 1110011010101111100100111110101110101100100100101110101011101001101010100100110101011110 | e6af93ebac92eae9aa4d5e |
EUC-JP | 豈畷ャ底鬪M^ | 111011001011000111000110111011011000111010101100110001001110110011110010101011000100110101011110 | ecb1c6ed8eacc4ecf2ac4d5e |
UTF-8 | 豈畷ャ底鬪M^ | 1110100010110001100010001110011110010101101101111110111110111101101011001110010110111010100101011110100110101100101010100100110101011110 | e8b188e795b7efbdace5ba95e9acaa4d5e |
UHC | 豈??底鬪M^ | 11010001110000100011111100111111111011101011110011110111111000110100110101011110 | d1c23f3feebcf7e34d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)