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 | ?盟■ | 0011111110010110101111111000000110100001 | 3f96bf81a1 |
EUC-JP | 洧盟■ | 10001111110001111011010011001100110000011010001010100011 | 8fc7b4ccc1a2a3 |
UTF-8 | 洧盟■ | 111001101011010010100111111001111001101110011111111000101001011010100000 | e6b4a7e79b9fe296a0 |
UHC | 洧盟■ | 111010101111101111011000111011111010000111100001 | eafbd8efa1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)