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 | 鳶??悅 | 100100111100111000111111001111111111101010111101 | 93ce3f3ffabd |
EUC-JP | 鳶??? | 1100011011010000001111110011111100111111 | c6d03f3f3f |
UTF-8 | 鳶녺룑悅 | 111010011011001110110110111010111000010110111010111010111010001110010001111001101000001010000101 | e9b3b6eb85baeba391e68285 |
UHC | 鳶녺룑悅 | 1110011011101001100001101110011110001111100011101110011011101101 | e6e986e78f8ee6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)