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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畯??辛? | 11111011011011110011111100111111100100000110100000111111 | fb6f3f3f90683f |
EUC-JP | 畯??辛? | 1000111111001101101110110011111100111111101111111100100100111111 | 8fcdbb3f3fbfc93f |
UTF-8 | 畯祿렮辛렣 | 111001111001010110101111111011111010010010111100111010111010000010101110111010001011111010011011111010111010000010100011 | e795afefa4bceba0aee8be9beba0a3 |
UHC | 畯祿렮辛렣 | 11110001111000011101001011010000100011101011101111100011111101001000111010110100 | f1e1d2d08ebbe3f48eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)