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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 衽埃羹 | 111001011101000110011010101110101110001110111011 | e5d19abae3bb |
EUC-JP | 衽埃羹 | 111010101101001111010100101111001110011010111101 | ead3d4bce6bd |
UTF-8 | 衽埃羹 | 111010001010000110111101111001011001111110000011111001111011111010111001 | e8a1bde59f83e7beb9 |
UHC | ?埃羹 | 0011111111100100111011111100101111011000 | 3fe4efcbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)