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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 莖 | 11111001111011111110010010110001 | f9efe4b1 |
EUC-JP | ?莖 | 001111111110100010110011 | 3fe8b3 |
UTF-8 | 莖 | 111011101001110110001010111010001000111010010110 | ee9d8ae88e96 |
UHC | ?莖 | 001111111100110011101100 | 3fccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)