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 | 荏? | 100010010110000000111111 | 89603f |
EUC-JP | 荏? | 101100011100000100111111 | b1c13f |
UTF-8 | 荏렪 | 111010001000110110001111111010111010000010101010 | e88d8feba0aa |
UHC | 荏렪 | 11101100111110111000111010111000 | ecfb8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)