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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 鳶??悅??? | 100100111100111000111111001111111111101010111101001111110011111100111111 | 93ce3f3ffabd3f3f3f |
EUC-JP | 鳶?????? | 1100011011010000001111110011111100111111001111110011111100111111 | c6d03f3f3f3f3f3f |
UTF-8 | 鳶녺룑悅롧돱劣 | 111010011011001110110110111010111000010110111010111010111010001110010001111001101000001010000101111010111010000110100111111010111000111110110001111011111010011010011101 | e9b3b6eb85baeba391e68285eba1a7eb8fb1efa69d |
UHC | 鳶녺룑悅롧돱劣 | 1110011011101001100001101110011110001111100011101110011011101101100011101110011110001001101101001110011011101011 | e6e986e78f8ee6ed8ee789b4e6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)