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^ | 100111001000110000111111011011011001110010001100001111110110110101011110 | 9c8c3f6d9c8c3f6d5e |
EUC-JP | 恁?m恁?m^ | 110101111110110000111111011011011101011111101100001111110110110101011110 | d7ec3f6dd7ec3f6d5e |
UTF-8 | 恁캯m恁캯m^ | 111001101000000110000001111011001011101010101111011011011110011010000001100000011110110010111010101011110110110101011110 | e68181ecbaaf6de68181ecbaaf6d5e |
UHC | 恁캯m恁캯m^ | 1110110011110110101100000100111101101101111011001111011010110000010011110110110101011110 | ecf6b04f6decf6b04f6d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)