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 | 莖莖^ | 1110010010110001111001001011000101011110 | e4b1e4b15e |
EUC-JP | 莖莖^ | 1110100010110011111010001011001101011110 | e8b3e8b35e |
UTF-8 | 莖莖^ | 11101000100011101001011011101000100011101001011001011110 | e88e96e88e965e |
UHC | 莖莖^ | 1100110011101100110011001110110001011110 | ccecccec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)