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 | 悉悉^ | 100011101011101111110001110111101000111010111011111100011101110001011110 | 8ebbf1de8ebbf1dc5e |
EUC-JP | 悉?悉?^ | 10111100101111010011111110111100101111010011111101011110 | bcbd3fbcbd3f5e |
UTF-8 | 悉悉^ | 11100110100000101000100111101110100001011001100111100110100000101000100111101110100001011001011101011110 | e68289ee8599e68289ee85975e |
UHC | 悉?悉?^ | 11100011111110100011111111100011111110100011111101011110 | e3fa3fe3fa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)