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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 往夭^ | 1000100110011101100110101110111001011110 | 899d9aee5e |
EUC-JP | 往夭^ | 1011000111111101110101001111000001011110 | b1fdd4f05e |
UTF-8 | 往夭^ | 11100101101111101000000011100101101001001010110101011110 | e5be80e5a4ad5e |
UHC | 往夭^ | 1110100011011001111010001110110001011110 | e8d9e8ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)