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 | 譱莖 | 11100011101111111110010010110001 | e3bfe4b1 |
EUC-JP | 譱莖 | 11100110110000011110100010110011 | e6c1e8b3 |
UTF-8 | 譱莖 | 111010001010110110110001111010001000111010010110 | e8adb1e88e96 |
UHC | ?莖 | 001111111100110011101100 | 3fccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)