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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
SJIS-WIN | 謦畷キゎ渇A | 11100110100100101001001111101011101101111000001011101100100010101000100101000001 | e69293ebb782ec8a8941 |
EUC-JP | 謦畷キゎ渇A | 1110101111110010110001101110110110001110101101111010010011101110101100111110100101000001 | ebf2c6ed8eb7a4eeb3e941 |
UTF-8 | 謦畷キゎ渇A | 11101000101011001010011011100111100101011011011111101111101111011011011111100011100000101000111011100110101110001000011101000001 | e8aca6e795b7efbdb7e3828ee6b88741 |
UHC | ???ゎ?A | 00111111001111110011111110101010111011100011111101000001 | 3f3f3faaee3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)