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 | 溢? | 100010001110110000111111 | 88ec3f |
EUC-JP | 溢? | 101100001110111000111111 | b0ee3f |
UTF-8 | 溢억 | 111001101011101010100010111011001001011010110101 | e6baa2ec96b5 |
UHC | 溢억 | 11101100111011101011111011101111 | eceebeef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)