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 | ??1鳶 | 001111110011111110000010010100001001001111001110 | 3f3f825093ce |
EUC-JP | 旿?1鳶 | 1000111111000001111101000011111110100011101100011100011011010000 | 8fc1f43fa3b1c6d0 |
UTF-8 | 旿듿1鳶 | 111001101001011110111111111010111001001110111111111011111011110010010001111010011011001110110110 | e697bfeb93bfefbc91e9b3b6 |
UHC | 旿듿1鳶 | 1110011111111010100010101110010110100011101100011110011011101001 | e7fa8ae5a3b1e6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)