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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | ?嫄 | 00111111100011111011101010100001 | 3f8fbaa1 |
UTF-8 | 뤀嫄 | 111010111010010010000000111001011010101110000100 | eba480e5ab84 |
UHC | 뤀嫄 | 10001111101100011110101010110001 | 8fb1eab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)