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 | 紕紕^ | 1110001101000010111000110100001001011110 | e342e3425e |
EUC-JP | 紕紕^ | 1110010110100011111001011010001101011110 | e5a3e5a35e |
UTF-8 | 紕紕^ | 11100111101101001001010111100111101101001001010101011110 | e7b495e7b4955e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)