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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 只◇只●^ | 100100011111110010000001100111101001000111111100100000011001110001011110 | 91fc819e91fc819c5e |
EUC-JP | 只◇只●^ | 110000101111111010100001111111101100001011111110101000011111110001011110 | c2fea1fec2fea1fc5e |
UTF-8 | 只◇只●^ | 11100101100011111010101011100010100101111000011111100101100011111010101011100010100101111000111101011110 | e58faae29787e58faae2978f5e |
UHC | 只◇只●^ | 111100011111111010100001110111101111000111111110101000011101110001011110 | f1fea1def1fea1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)