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^ | 00111111001111110100110101011110 | 3f3f4d5e |
SJIS-WIN | 咤哺M^ | 100110100100001010011010010011010100110101011110 | 9a429a4d4d5e |
EUC-JP | 咤哺M^ | 110100111010001111010011101011100100110101011110 | d3a3d3ae4d5e |
UTF-8 | 咤哺M^ | 1110010110010010101001001110010110010011101110100100110101011110 | e592a4e593ba4d5e |
UHC | 咤哺M^ | 111101101110001111111000110101000100110101011110 | f6e3f8d44d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)