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 | û£¸Q~ | 1111101110100011101110000101000101111110 | fba3b8517e |
SJIS-WIN | ?£?Q~ | 001111111000000110010010001111110101000101111110 | 3f81923f517e |
EUC-JP | û£¸Q~ | 10001111101010111110010110100001111100101000111110100010101100010101000101111110 | 8fabe5a1f28fa2b1517e |
UTF-8 | û£¸Q~ | 1100001110111011110000101010001111000010101110000101000101111110 | c3bbc2a3c2b8517e |
UHC | ??¸Q~ | 001111110011111110100010101011000101000101111110 | 3f3fa2ac517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)