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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???麝 | 0011111100111111001111111110101001101100 | 3f3f3fea6c |
EUC-JP | ???麝 | 0011111100111111001111111111001111001101 | 3f3f3ff3cd |
UTF-8 | 롛뤇咽麝 | 111010111010000110011011111010111010010010000111111011111010011010011110111010011011101010011101 | eba19beba487efa69ee9ba9d |
UHC | 롛뤇咽麝 | 1000111011011111100011111011011111100110111011001101111011111010 | 8edf8fb7e6ecdefa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)