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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 赦蛇煮捨F | 100011101100110110001110110101101000111011001111100011101100110001000110 | 8ecd8ed68ecf8ecc46 |
EUC-JP | 赦蛇煮捨F | 101111001100111110111100110110001011110011010001101111001100111001000110 | bccfbcd8bcd1bcce46 |
UTF-8 | 赦蛇煮捨F | 11101000101101011010011011101000100110111000011111100111100001011010111011100110100011011010100001000110 | e8b5a6e89b87e785aee68da846 |
UHC | 赦蛇煮捨F | 110111101111010111011110111011111110110110110100110111101101011101000110 | def5deefedb4ded746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)