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??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
SJIS-WIN | 赦鴫m赦鴫m^ | 1000111011001101100011101011000001101101100011101100110110001110101100000110110101011110 | 8ecd8eb06d8ecd8eb06d5e |
EUC-JP | 赦鴫m赦鴫m^ | 1011110011001111101111001011001001101101101111001100111110111100101100100110110101011110 | bccfbcb26dbccfbcb26d5e |
UTF-8 | 赦鴫m赦鴫m^ | 111010001011010110100110111010011011010010101011011011011110100010110101101001101110100110110100101010110110110101011110 | e8b5a6e9b4ab6de8b5a6e9b4ab6d5e |
UHC | 赦?m赦?m^ | 110111101111010100111111011011011101111011110101001111110110110101011110 | def53f6ddef53f6d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)