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 | 纒? | 111000111001010100111111 | e3953f |
EUC-JP | 纒颴 | 1110010111110101100011111110100010111110 | e5f58fe8be |
UTF-8 | 纒颴 | 111001111011101010010010111010011010001010110100 | e7ba92e9a2b4 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)