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 | ?@?@B | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 篥@篥@B | 11100010110000110100000011100010110000110100000001000010 | e2c340e2c34042 |
EUC-JP | 篥@篥@B | 11100100110001010100000011100100110001010100000001000010 | e4c540e4c54042 |
UTF-8 | 篥@篥@B | 111001111010111110100101010000001110011110101111101001010100000001000010 | e7afa540e7afa54042 |
UHC | ?@?@B | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)