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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ湘凖愿サツ | 110000101000111111000011100110011100001110011100110000111011101111000010 | c28fc399c39cc3bbc2 |
EUC-JP | ツ湘凖愿サツ | 100011101100001010111110110001011101001011000101110110001100010110001110101110111000111011000010 | 8ec2bec5d2c5d8c58ebb8ec2 |
UTF-8 | ツ湘凖愿サツ | 111011111011111010000010111001101011100110011000111001011000011110010110111001101000010010111111111011111011110110111011111011111011111010000010 | efbe82e6b998e58796e684bfefbdbbefbe82 |
UHC | ?湘?愿?? | 0011111111011111110011110011111111101010101101000011111100111111 | 3fdfcf3feab43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)