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 | 瘡藝莖 | 111000011000110011100101010110011110010010110001 | e18ce559e4b1 |
EUC-JP | 瘡藝莖 | 111000011110110011101001101110101110100010110011 | e1ece9bae8b3 |
UTF-8 | 瘡藝莖 | 111001111001100010100001111010001001011110011101111010001000111010010110 | e798a1e8979de88e96 |
UHC | 瘡藝莖 | 111100111110101011100111110111011100110011101100 | f3eae7ddccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)