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 | 謗護掩謗 | 1110011010001110100011001110110010001001100001101110011010001110 | e68e8cec8986e68e |
EUC-JP | 謗護掩謗 | 1110101111101110101110001110111010110001111001101110101111101110 | ebeeb8eeb1e6ebee |
UTF-8 | 謗護掩謗 | 111010001010110010010111111010001010110110110111111001101000111010101001111010001010110010010111 | e8ac97e8adb7e68ea9e8ac97 |
UHC | 謗護掩謗 | 1101101110111111111110111101111011100101111100111101101110111111 | dbbffbdee5f3dbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)